Html Css Color HEX #B42433 Cardinal

📋 copy color: '#B42433'

red 180 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #B42433

Tints of Cardinal #B42433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 67.42%
G = 13.48%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B42433 (or 0xB42433) is known color: Cardinal. HEX triplet: B4, 24 and 33. RGB value is (180,36,51). Sum of RGB (Red+Green+Blue) = 180+36+51=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42433 is #4BDBCC. Grayscale: #505050. Windows color (decimal): -4971469 or 3351732. OLE color: 3351732.

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

Color convert

RGB 180 36 51 -
CMYK 0 0.8 0.72 0.29
HSL 353.75º 0.67% 0.42% -
HSV(B) 353.75º 0.8% 0.71% -
XYZ 20.05 11.2 4.24 -
YUV 80.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 180 36 51 0 0.8 0.72 0.29 353.75 0.67 0.42
Hex B4 24 33 0 50 48 1D 162 43 2A
Octal 264 44 63 0 120 110 35 542 103 52
Binary 10110100 100100 110011 0 1010000 1001000 11101 101100010 1000011 101010

Color Harmonies of #B42433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42433

Black with #B42433

Text Example


Text Example

White with #B42433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42433; }

 p { color: rgb(180,36,51); }

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

background-color css

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

 a { background-color: rgb(180,36,51); }

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

border-color css

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

 span { border-color: rgb(180,36,51); }

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