Html Css Color HEX #B31A28 Cardinal

📋 copy color: '#B31A28'

red 179 ◦ green 26 ◦ blue 40

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

Shades of Cardinal #B31A28

Tints of Cardinal #B31A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 73.06%
G = 10.61%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B31A28 (or 0xB31A28) is known color: Cardinal. HEX triplet: B3, 1A and 28. RGB value is (179,26,40). Sum of RGB (Red+Green+Blue) = 179+26+40=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A28 is #4CE5D7. Grayscale: #494949. Windows color (decimal): -5039576 or 2628275. OLE color: 2628275.

HSL color Cylindrical-coordinate representation of color #B31A28: hue angle of 354.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A28 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 40 -
CMYK 0 0.85 0.78 0.30
HSL 354.51º 0.75% 0.4% -
HSV(B) 354.51º 0.85% 0.7% -
XYZ 19.34 10.48 3.01 -
YUV 73.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 179 26 40 0 0.85 0.78 0.30 354.51 0.75 0.4
Hex B3 1A 28 0 55 4E 1E 163 4B 28
Octal 263 32 50 0 125 116 36 543 113 50
Binary 10110011 11010 101000 0 1010101 1001110 11110 101100011 1001011 101000

Color Harmonies of #B31A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A28

Black with #B31A28

Text Example


Text Example

White with #B31A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A28; }

 p { color: rgb(179,26,40); }

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

background-color css

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

 a { background-color: rgb(179,26,40); }

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

border-color css

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

 span { border-color: rgb(179,26,40); }

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