Html Css Color HEX #B00031 Carmine

📋 copy color: '#B00031'

red 176 ◦ green 0 ◦ blue 49

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

Shades of Carmine #B00031

Tints of Carmine #B00031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 78.22%
G = 0%
B = 21.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B00031 (or 0xB00031) is known color: Carmine. HEX triplet: B0, 00 and 31. RGB value is (176,0,49). Sum of RGB (Red+Green+Blue) = 176+0+49=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B00031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00031 is #4FFFCE. Grayscale: #3A3A3A. Windows color (decimal): -5242831 or 3211440. OLE color: 3211440.

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

Color convert

RGB 176 0 49 -
CMYK 0 1 0.72 0.31
HSL 343.3º 1% 0.35% -
HSV(B) 343.3º 1% 0.69% -
XYZ 18.46 9.45 3.76 -
YUV 58.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 176 0 49 0 1 0.72 0.31 343.3 1 0.35
Hex B0 0 31 0 64 48 1F 157 64 23
Octal 260 0 61 0 144 110 37 527 144 43
Binary 10110000 0 110001 0 1100100 1001000 11111 101010111 1100100 100011

Color Harmonies of #B00031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00031

Black with #B00031

Text Example


Text Example

White with #B00031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00031; }

 p { color: rgb(176,0,49); }

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

background-color css

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

 a { background-color: rgb(176,0,49); }

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

border-color css

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

 span { border-color: rgb(176,0,49); }

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