Html Css Color HEX #B42A32 Cardinal

📋 copy color: '#B42A32'

red 180 ◦ green 42 ◦ blue 50

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

Shades of Cardinal #B42A32

Tints of Cardinal #B42A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.44%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 66.18%
G = 15.44%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B42A32 (or 0xB42A32) is known color: Cardinal. HEX triplet: B4, 2A and 32. RGB value is (180,42,50). Sum of RGB (Red+Green+Blue) = 180+42+50=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A32 is #4BD5CD. Grayscale: #545454. Windows color (decimal): -4969934 or 3287732. OLE color: 3287732.

HSL color Cylindrical-coordinate representation of color #B42A32: hue angle of 356.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A32 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 42 50 -
CMYK 0 0.77 0.72 0.29
HSL 356.52º 0.62% 0.44% -
HSV(B) 356.52º 0.77% 0.71% -
XYZ 20.23 11.59 4.19 -
YUV 84.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 180 42 50 0 0.77 0.72 0.29 356.52 0.62 0.44
Hex B4 2A 32 0 4D 48 1D 165 3E 2C
Octal 264 52 62 0 115 110 35 545 76 54
Binary 10110100 101010 110010 0 1001101 1001000 11101 101100101 111110 101100

Color Harmonies of #B42A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A32

Black with #B42A32

Text Example


Text Example

White with #B42A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A32; }

 p { color: rgb(180,42,50); }

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

background-color css

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

 a { background-color: rgb(180,42,50); }

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

border-color css

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

 span { border-color: rgb(180,42,50); }

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