Html Css Color HEX #B42136 Cardinal

📋 copy color: '#B42136'

red 180 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #B42136

Tints of Cardinal #B42136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 67.42%
G = 12.36%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B42136 (or 0xB42136) is known color: Cardinal. HEX triplet: B4, 21 and 36. RGB value is (180,33,54). Sum of RGB (Red+Green+Blue) = 180+33+54=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42136 is #4BDEC9. Grayscale: #4F4F4F. Windows color (decimal): -4972234 or 3547572. OLE color: 3547572.

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

Color convert

RGB 180 33 54 -
CMYK 0 0.82 0.7 0.29
HSL 351.43º 0.69% 0.42% -
HSV(B) 351.43º 0.82% 0.71% -
XYZ 20.03 11.06 4.57 -
YUV 79.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 180 33 54 0 0.82 0.7 0.29 351.43 0.69 0.42
Hex B4 21 36 0 52 46 1D 15F 45 2A
Octal 264 41 66 0 122 106 35 537 105 52
Binary 10110100 100001 110110 0 1010010 1000110 11101 101011111 1000101 101010

Color Harmonies of #B42136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42136

Black with #B42136

Text Example


Text Example

White with #B42136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42136; }

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

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

background-color css

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

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

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

border-color css

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

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

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