Html Css Color HEX #B41637 Cardinal

📋 copy color: '#B41637'

red 180 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #B41637

Tints of Cardinal #B41637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 70.04%
G = 8.56%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B41637 (or 0xB41637) is known color: Cardinal. HEX triplet: B4, 16 and 37. RGB value is (180,22,55). Sum of RGB (Red+Green+Blue) = 180+22+55=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B41637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41637 is #4BE9C8. Grayscale: #494949. Windows color (decimal): -4975049 or 3610292. OLE color: 3610292.

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

Color convert

RGB 180 22 55 -
CMYK 0 0.88 0.69 0.29
HSL 347.47º 0.78% 0.4% -
HSV(B) 347.47º 0.88% 0.71% -
XYZ 19.8 10.55 4.61 -
YUV 73 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 180 22 55 0 0.88 0.69 0.29 347.47 0.78 0.4
Hex B4 16 37 0 58 45 1D 15B 4E 28
Octal 264 26 67 0 130 105 35 533 116 50
Binary 10110100 10110 110111 0 1011000 1000101 11101 101011011 1001110 101000

Color Harmonies of #B41637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41637

Black with #B41637

Text Example


Text Example

White with #B41637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41637; }

 p { color: rgb(180,22,55); }

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

background-color css

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

 a { background-color: rgb(180,22,55); }

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

border-color css

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

 span { border-color: rgb(180,22,55); }

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