Html Css Color HEX #B20033 Cardinal

📋 copy color: '#B20033'

red 178 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #B20033

Tints of Cardinal #B20033

RGB

 RED value IS 178 (69.92% from 255) = 77.73%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.73%
G = 0%
B = 22.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20033 (or 0xB20033) is known color: Cardinal. HEX triplet: B2, 00 and 33. RGB value is (178,0,51). Sum of RGB (Red+Green+Blue) = 178+0+51=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B20033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20033 is #4DFFCC. Grayscale: #3B3B3B. Windows color (decimal): -5111757 or 3342514. OLE color: 3342514.

HSL color Cylindrical-coordinate representation of color #B20033: hue angle of 342.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20033 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 51 -
CMYK 0 1 0.71 0.30
HSL 342.81º 1% 0.35% -
HSV(B) 342.81º 1% 0.7% -
XYZ 18.96 9.7 4.01 -
YUV 59.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 178 0 51 0 1 0.71 0.30 342.81 1 0.35
Hex B2 0 33 0 64 47 1E 157 64 23
Octal 262 0 63 0 144 107 36 527 144 43
Binary 10110010 0 110011 0 1100100 1000111 11110 101010111 1100100 100011

Color Harmonies of #B20033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20033

Black with #B20033

Text Example


Text Example

White with #B20033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20033; }

 p { color: rgb(178,0,51); }

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

background-color css

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

 a { background-color: rgb(178,0,51); }

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

border-color css

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

 span { border-color: rgb(178,0,51); }

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