Html Css Color HEX #B42032 Cardinal

📋 copy color: '#B42032'

red 180 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #B42032

Tints of Cardinal #B42032

RGB

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

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

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

R = 68.7%
G = 12.21%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B42032 (or 0xB42032) is known color: Cardinal. HEX triplet: B4, 20 and 32. RGB value is (180,32,50). Sum of RGB (Red+Green+Blue) = 180+32+50=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B42032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42032 is #4BDFCD. Grayscale: #4E4E4E. Windows color (decimal): -4972494 or 3285172. OLE color: 3285172.

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

Color convert

RGB 180 32 50 -
CMYK 0 0.82 0.72 0.29
HSL 352.7º 0.7% 0.42% -
HSV(B) 352.7º 0.82% 0.71% -
XYZ 19.91 10.97 4.08 -
YUV 78.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 180 32 50 0 0.82 0.72 0.29 352.7 0.7 0.42
Hex B4 20 32 0 52 48 1D 161 46 2A
Octal 264 40 62 0 122 110 35 541 106 52
Binary 10110100 100000 110010 0 1010010 1001000 11101 101100001 1000110 101010

Color Harmonies of #B42032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42032

Black with #B42032

Text Example


Text Example

White with #B42032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42032; }

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

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

background-color css

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

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

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

border-color css

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

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

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