Html Css Color HEX #B42137 Cardinal

📋 copy color: '#B42137'

red 180 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #B42137

Tints of Cardinal #B42137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 67.16%
G = 12.31%
B = 20.52%

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

#B42137 (or 0xB42137) is known color: Cardinal. HEX triplet: B4, 21 and 37. RGB value is (180,33,55). Sum of RGB (Red+Green+Blue) = 180+33+55=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B42137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42137 is #4BDEC8. Grayscale: #4F4F4F. Windows color (decimal): -4972233 or 3613108. OLE color: 3613108.

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

Color convert

RGB 180 33 55 -
CMYK 0 0.82 0.69 0.29
HSL 351.02º 0.69% 0.42% -
HSV(B) 351.02º 0.82% 0.71% -
XYZ 20.06 11.07 4.69 -
YUV 79.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 180 33 55 0 0.82 0.69 0.29 351.02 0.69 0.42
Hex B4 21 37 0 52 45 1D 15F 45 2A
Octal 264 41 67 0 122 105 35 537 105 52
Binary 10110100 100001 110111 0 1010010 1000101 11101 101011111 1000101 101010

Color Harmonies of #B42137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42137

Black with #B42137

Text Example


Text Example

White with #B42137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42137; }

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

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

background-color css

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

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

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

border-color css

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

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

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