Html Css Color HEX #B42037 Cardinal

📋 copy color: '#B42037'

red 180 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #B42037

Tints of Cardinal #B42037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 67.42%
G = 11.99%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B42037 (or 0xB42037) is known color: Cardinal. HEX triplet: B4, 20 and 37. RGB value is (180,32,55). Sum of RGB (Red+Green+Blue) = 180+32+55=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42037 is #4BDFC8. Grayscale: #4E4E4E. Windows color (decimal): -4972489 or 3612852. OLE color: 3612852.

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

Color convert

RGB 180 32 55 -
CMYK 0 0.82 0.69 0.29
HSL 350.68º 0.7% 0.42% -
HSV(B) 350.68º 0.82% 0.71% -
XYZ 20.03 11.01 4.68 -
YUV 78.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 180 32 55 0 0.82 0.69 0.29 350.68 0.7 0.42
Hex B4 20 37 0 52 45 1D 15F 46 2A
Octal 264 40 67 0 122 105 35 537 106 52
Binary 10110100 100000 110111 0 1010010 1000101 11101 101011111 1000110 101010

Color Harmonies of #B42037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42037

Black with #B42037

Text Example


Text Example

White with #B42037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42037; }

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

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

background-color css

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

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

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

border-color css

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

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

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