Html Css Color HEX #B42336 Cardinal

📋 copy color: '#B42336'

red 180 ◦ green 35 ◦ blue 54

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

Shades of Cardinal #B42336

Tints of Cardinal #B42336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 66.91%
G = 13.01%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B42336 (or 0xB42336) is known color: Cardinal. HEX triplet: B4, 23 and 36. RGB value is (180,35,54). Sum of RGB (Red+Green+Blue) = 180+35+54=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42336 is #4BDCC9. Grayscale: #505050. Windows color (decimal): -4971722 or 3548084. OLE color: 3548084.

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

Color convert

RGB 180 35 54 -
CMYK 0 0.81 0.7 0.29
HSL 352.14º 0.67% 0.42% -
HSV(B) 352.14º 0.81% 0.71% -
XYZ 20.09 11.17 4.59 -
YUV 80.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 180 35 54 0 0.81 0.7 0.29 352.14 0.67 0.42
Hex B4 23 36 0 51 46 1D 160 43 2A
Octal 264 43 66 0 121 106 35 540 103 52
Binary 10110100 100011 110110 0 1010001 1000110 11101 101100000 1000011 101010

Color Harmonies of #B42336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42336

Black with #B42336

Text Example


Text Example

White with #B42336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42336; }

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

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

background-color css

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

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

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

border-color css

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

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

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