Html Css Color HEX #B31442 Cardinal

📋 copy color: '#B31442'

red 179 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #B31442

Tints of Cardinal #B31442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 67.55%
G = 7.55%
B = 24.91%

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

#B31442 (or 0xB31442) is known color: Cardinal. HEX triplet: B3, 14 and 42. RGB value is (179,20,66). Sum of RGB (Red+Green+Blue) = 179+20+66=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31442 is #4CEBBD. Grayscale: #484848. Windows color (decimal): -5041086 or 4330675. OLE color: 4330675.

HSL color Cylindrical-coordinate representation of color #B31442: hue angle of 342.64º degrees, saturation: 0.8, 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 #B31442 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 66 -
CMYK 0 0.89 0.63 0.30
HSL 342.64º 0.8% 0.39% -
HSV(B) 342.64º 0.89% 0.7% -
XYZ 19.82 10.48 6.13 -
YUV 72.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 179 20 66 0 0.89 0.63 0.30 342.64 0.8 0.39
Hex B3 14 42 0 59 3F 1E 157 50 27
Octal 263 24 102 0 131 77 36 527 120 47
Binary 10110011 10100 1000010 0 1011001 111111 11110 101010111 1010000 100111

Color Harmonies of #B31442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31442

Black with #B31442

Text Example


Text Example

White with #B31442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31442; }

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

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

background-color css

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

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

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

border-color css

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

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

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