Html Css Color HEX #B42236 Cardinal

📋 copy color: '#B42236'

red 180 ◦ green 34 ◦ blue 54

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

Shades of Cardinal #B42236

Tints of Cardinal #B42236

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

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

R = 67.16%
G = 12.69%
B = 20.15%

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

#B42236 (or 0xB42236) is known color: Cardinal. HEX triplet: B4, 22 and 36. RGB value is (180,34,54). Sum of RGB (Red+Green+Blue) = 180+34+54=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B42236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42236 is #4BDDC9. Grayscale: #505050. Windows color (decimal): -4971978 or 3547828. OLE color: 3547828.

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

Color convert

RGB 180 34 54 -
CMYK 0 0.81 0.7 0.29
HSL 351.78º 0.68% 0.42% -
HSV(B) 351.78º 0.81% 0.71% -
XYZ 20.06 11.11 4.58 -
YUV 79.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 180 34 54 0 0.81 0.7 0.29 351.78 0.68 0.42
Hex B4 22 36 0 51 46 1D 160 44 2A
Octal 264 42 66 0 121 106 35 540 104 52
Binary 10110100 100010 110110 0 1010001 1000110 11101 101100000 1000100 101010

Color Harmonies of #B42236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42236

Black with #B42236

Text Example


Text Example

White with #B42236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42236; }

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

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

background-color css

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

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

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

border-color css

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

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

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