Html Css Color HEX #B00828 Carmine

📋 copy color: '#B00828'

red 176 ◦ green 8 ◦ blue 40

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

Shades of Carmine #B00828

Tints of Carmine #B00828

RGB

 RED value IS 176 (69.14% from 255) = 78.57%

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 78.57%
G = 3.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B00828 (or 0xB00828) is known color: Carmine. HEX triplet: B0, 08 and 28. RGB value is (176,8,40). Sum of RGB (Red+Green+Blue) = 176+8+40=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B00828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00828 is #4FF7D7. Grayscale: #3D3D3D. Windows color (decimal): -5240792 or 2623664. OLE color: 2623664.

HSL color Cylindrical-coordinate representation of color #B00828: hue angle of 348.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00828 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 40 -
CMYK 0 0.95 0.77 0.31
HSL 348.57º 0.91% 0.36% -
HSV(B) 348.57º 0.95% 0.69% -
XYZ 18.37 9.56 2.88 -
YUV 61.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 176 8 40 0 0.95 0.77 0.31 348.57 0.91 0.36
Hex B0 8 28 0 5F 4D 1F 15D 5B 24
Octal 260 10 50 0 137 115 37 535 133 44
Binary 10110000 1000 101000 0 1011111 1001101 11111 101011101 1011011 100100

Color Harmonies of #B00828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00828

Black with #B00828

Text Example


Text Example

White with #B00828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00828; }

 p { color: rgb(176,8,40); }

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

background-color css

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

 a { background-color: rgb(176,8,40); }

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

border-color css

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

 span { border-color: rgb(176,8,40); }

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