Html Css Color HEX #B20028 Carmine

📋 copy color: '#B20028'

red 178 ◦ green 0 ◦ blue 40

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

Shades of Carmine #B20028

Tints of Carmine #B20028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 81.65%
G = 0%
B = 18.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B20028 (or 0xB20028) is known color: Carmine. HEX triplet: B2, 00 and 28. RGB value is (178,0,40). Sum of RGB (Red+Green+Blue) = 178+0+40=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B20028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20028 is #4DFFD7. Grayscale: #393939. Windows color (decimal): -5111768 or 2621618. OLE color: 2621618.

HSL color Cylindrical-coordinate representation of color #B20028: hue angle of 346.52º 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 #B20028 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 40 -
CMYK 0 1 0.78 0.30
HSL 346.52º 1% 0.35% -
HSV(B) 346.52º 1% 0.7% -
XYZ 18.74 9.62 2.88 -
YUV 57.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 178 0 40 0 1 0.78 0.30 346.52 1 0.35
Hex B2 0 28 0 64 4E 1E 15B 64 23
Octal 262 0 50 0 144 116 36 533 144 43
Binary 10110010 0 101000 0 1100100 1001110 11110 101011011 1100100 100011

Color Harmonies of #B20028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20028

Black with #B20028

Text Example


Text Example

White with #B20028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20028; }

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

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

background-color css

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

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

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

border-color css

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

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

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