Html Css Color HEX #B42133 Cardinal

📋 copy color: '#B42133'

red 180 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #B42133

Tints of Cardinal #B42133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 68.18%
G = 12.5%
B = 19.32%

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

#B42133 (or 0xB42133) is known color: Cardinal. HEX triplet: B4, 21 and 33. RGB value is (180,33,51). Sum of RGB (Red+Green+Blue) = 180+33+51=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B42133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42133 is #4BDECC. Grayscale: #4F4F4F. Windows color (decimal): -4972237 or 3350964. OLE color: 3350964.

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

Color convert

RGB 180 33 51 -
CMYK 0 0.82 0.72 0.29
HSL 352.65º 0.69% 0.42% -
HSV(B) 352.65º 0.82% 0.71% -
XYZ 19.96 11.03 4.21 -
YUV 79.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 180 33 51 0 0.82 0.72 0.29 352.65 0.69 0.42
Hex B4 21 33 0 52 48 1D 161 45 2A
Octal 264 41 63 0 122 110 35 541 105 52
Binary 10110100 100001 110011 0 1010010 1001000 11101 101100001 1000101 101010

Color Harmonies of #B42133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42133

Black with #B42133

Text Example


Text Example

White with #B42133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42133; }

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

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

background-color css

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

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

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

border-color css

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

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

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