#b31043

Color #B31043 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B31043

Tints of Cardinal #B31043

Color information

#B31043 (or 0xB31043) is unknown color: approx Cardinal. HEX triplet: B3, 10 and 43. RGB value is (179,16,67). Sum of RGB (Red+Green+Blue) = 179+16+67=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B31043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31043 is #4CEFBC. Grayscale: #464646. Windows color (decimal): -5042109 or 4395187. OLE color: 4395187.

HSL color Cylindrical-coordinate representation of color #B31043: hue angle of 341.23º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31043 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1791667-
CMYK00.910.630.30
HSL341.23º83.59%38.24%-
HSV(B)341.23º91.06%70.2%-
XYZ19.7910.366.27-
YUV70.55126205.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 68.32%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=68.32%
G=6.11%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179166700.910.630.30341.2383.5938.24
HexB3104305B3F1E1555426
Octal263201030133773652512446
Binary1011001110000100001101011011111111111101010101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31043; }

 p { color: rgb(179,16,67); }

 H1.HeaderClassName
 {
   color: #b31043;
 }
 .AnyTagClassName
 {
   color: #b31043;
 }
</style>
background-color css

<style>
 a { background-color: #b31043; }

 a { background-color: rgb(179,16,67); }

 div.DivClassName
 {
   background-color: #b31043;
 }
 .BgClassName
 {
   background-color: #b31043;
 }
</style>
border-color css

<style>
 span { border-color: #b31043; }

 span { border-color: rgb(179,16,67); }

 td.TdClassName
 {
   border-color: #b31043;
 }
 .TagClassName
 {
   border-color: #b31043;
 }
</style>