Html Css Color HEX #B41937 Cardinal

📋 copy color: '#B41937'

red 180 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #B41937

Tints of Cardinal #B41937

RGB

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

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

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

R = 69.23%
G = 9.62%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B41937 (or 0xB41937) is known color: Cardinal. HEX triplet: B4, 19 and 37. RGB value is (180,25,55). Sum of RGB (Red+Green+Blue) = 180+25+55=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B41937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41937 is #4BE6C8. Grayscale: #4A4A4A. Windows color (decimal): -4974281 or 3611060. OLE color: 3611060.

HSL color Cylindrical-coordinate representation of color #B41937: hue angle of 348.39º 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 #B41937 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 55 -
CMYK 0 0.86 0.69 0.29
HSL 348.39º 0.76% 0.4% -
HSV(B) 348.39º 0.86% 0.71% -
XYZ 19.86 10.67 4.63 -
YUV 74.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 180 25 55 0 0.86 0.69 0.29 348.39 0.76 0.4
Hex B4 19 37 0 56 45 1D 15C 4C 28
Octal 264 31 67 0 126 105 35 534 114 50
Binary 10110100 11001 110111 0 1010110 1000101 11101 101011100 1001100 101000

Color Harmonies of #B41937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41937

Black with #B41937

Text Example


Text Example

White with #B41937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41937; }

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

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

background-color css

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

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

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

border-color css

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

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

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