Html Css Color HEX #B31342 Cardinal

📋 copy color: '#B31342'

red 179 ◦ green 19 ◦ blue 66

#B31342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B31342

Tints of Cardinal #B31342

RGB

 RED value IS 179 (70.31% from 255) = 67.8%

 GREEN value IS 19 (7.81% from 255) = 7.2%

 BLUE value IS 66 (26.17% from 255) = 25%

R = 67.8%
G = 7.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B31342 (or 0xB31342) is known color: Cardinal. HEX triplet: B3, 13 and 42. RGB value is (179,19,66). Sum of RGB (Red+Green+Blue) = 179+19+66=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B31342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31342 is #4CECBD. Grayscale: #484848. Windows color (decimal): -5041342 or 4330419. OLE color: 4330419.

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

Color convert

RGB 179 19 66 -
CMYK 0 0.89 0.63 0.30
HSL 342.38º 0.81% 0.39% -
HSV(B) 342.38º 0.89% 0.7% -
XYZ 19.81 10.44 6.13 -
YUV 72.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 179 19 66 0 0.89 0.63 0.30 342.38 0.81 0.39
Hex B3 13 42 0 59 3F 1E 156 51 27
Octal 263 23 102 0 131 77 36 526 121 47
Binary 10110011 10011 1000010 0 1011001 111111 11110 101010110 1010001 100111

Color Harmonies of #B31342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31342

Black with #B31342

Text Example


Text Example

White with #B31342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31342; }

 p { color: rgb(179,19,66); }

 H1.HeaderClassName
 {
   color: #B31342;
 }
 .AnyTagClassName
 {
   color: #B31342;
 }
</style>

background-color css

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

 a { background-color: rgb(179,19,66); }

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

border-color css

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

 span { border-color: rgb(179,19,66); }

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