Html Css Color HEX #B0002B Carmine

📋 copy color: '#B0002B'

red 176 ◦ green 0 ◦ blue 43

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

Shades of Carmine #B0002B

Tints of Carmine #B0002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 80.37%
G = 0%
B = 19.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0002B (or 0xB0002B) is known color: Carmine. HEX triplet: B0, 00 and 2B. RGB value is (176,0,43). Sum of RGB (Red+Green+Blue) = 176+0+43=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B0002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0002B is #4FFFD4. Grayscale: #393939. Windows color (decimal): -5242837 or 2818224. OLE color: 2818224.

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

Color convert

RGB 176 0 43 -
CMYK 0 1 0.76 0.31
HSL 345.34º 1% 0.35% -
HSV(B) 345.34º 1% 0.69% -
XYZ 18.34 9.4 3.13 -
YUV 57.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 176 0 43 0 1 0.76 0.31 345.34 1 0.35
Hex B0 0 2B 0 64 4C 1F 159 64 23
Octal 260 0 53 0 144 114 37 531 144 43
Binary 10110000 0 101011 0 1100100 1001100 11111 101011001 1100100 100011

Color Harmonies of #B0002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0002B

Black with #B0002B

Text Example


Text Example

White with #B0002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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