Html Css Color HEX #B41837 Cardinal

📋 copy color: '#B41837'

red 180 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #B41837

Tints of Cardinal #B41837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

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

R = 69.5%
G = 9.27%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B41837 (or 0xB41837) is known color: Cardinal. HEX triplet: B4, 18 and 37. RGB value is (180,24,55). Sum of RGB (Red+Green+Blue) = 180+24+55=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B41837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41837 is #4BE7C8. Grayscale: #4A4A4A. Windows color (decimal): -4974537 or 3610804. OLE color: 3610804.

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

Color convert

RGB 180 24 55 -
CMYK 0 0.87 0.69 0.29
HSL 348.08º 0.76% 0.4% -
HSV(B) 348.08º 0.87% 0.71% -
XYZ 19.84 10.63 4.62 -
YUV 74.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 180 24 55 0 0.87 0.69 0.29 348.08 0.76 0.4
Hex B4 18 37 0 57 45 1D 15C 4C 28
Octal 264 30 67 0 127 105 35 534 114 50
Binary 10110100 11000 110111 0 1010111 1000101 11101 101011100 1001100 101000

Color Harmonies of #B41837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41837

Black with #B41837

Text Example


Text Example

White with #B41837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41837; }

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

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

background-color css

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

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

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

border-color css

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

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

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