Html Css Color HEX #B42034 Cardinal

📋 copy color: '#B42034'

red 180 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #B42034

Tints of Cardinal #B42034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 68.18%
G = 12.12%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B42034 (or 0xB42034) is known color: Cardinal. HEX triplet: B4, 20 and 34. RGB value is (180,32,52). Sum of RGB (Red+Green+Blue) = 180+32+52=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B42034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42034 is #4BDFCB. Grayscale: #4E4E4E. Windows color (decimal): -4972492 or 3416244. OLE color: 3416244.

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

Color convert

RGB 180 32 52 -
CMYK 0 0.82 0.71 0.29
HSL 351.89º 0.7% 0.42% -
HSV(B) 351.89º 0.82% 0.71% -
XYZ 19.96 10.98 4.32 -
YUV 78.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 180 32 52 0 0.82 0.71 0.29 351.89 0.7 0.42
Hex B4 20 34 0 52 47 1D 160 46 2A
Octal 264 40 64 0 122 107 35 540 106 52
Binary 10110100 100000 110100 0 1010010 1000111 11101 101100000 1000110 101010

Color Harmonies of #B42034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42034

Black with #B42034

Text Example


Text Example

White with #B42034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42034; }

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

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

background-color css

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

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

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

border-color css

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

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

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