Html Css Color HEX #B41928 Cardinal

📋 copy color: '#B41928'

red 180 ◦ green 25 ◦ blue 40

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

Shades of Cardinal #B41928

Tints of Cardinal #B41928

RGB

 RED value IS 180 (70.7% from 255) = 73.47%

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 73.47%
G = 10.2%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B41928 (or 0xB41928) is known color: Cardinal. HEX triplet: B4, 19 and 28. RGB value is (180,25,40). Sum of RGB (Red+Green+Blue) = 180+25+40=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B41928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41928 is #4BE6D7. Grayscale: #494949. Windows color (decimal): -4974296 or 2628020. OLE color: 2628020.

HSL color Cylindrical-coordinate representation of color #B41928: hue angle of 354.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41928 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 40 -
CMYK 0 0.86 0.78 0.29
HSL 354.19º 0.76% 0.4% -
HSV(B) 354.19º 0.86% 0.71% -
XYZ 19.55 10.55 3.01 -
YUV 73.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 180 25 40 0 0.86 0.78 0.29 354.19 0.76 0.4
Hex B4 19 28 0 56 4E 1D 162 4C 28
Octal 264 31 50 0 126 116 35 542 114 50
Binary 10110100 11001 101000 0 1010110 1001110 11101 101100010 1001100 101000

Color Harmonies of #B41928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41928

Black with #B41928

Text Example


Text Example

White with #B41928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41928; }

 p { color: rgb(180,25,40); }

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

background-color css

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

 a { background-color: rgb(180,25,40); }

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

border-color css

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

 span { border-color: rgb(180,25,40); }

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