Html Css Color HEX #B0002F Carmine

📋 copy color: '#B0002F'

red 176 ◦ green 0 ◦ blue 47

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

Shades of Carmine #B0002F

Tints of Carmine #B0002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 78.92%
G = 0%
B = 21.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0002F (or 0xB0002F) is known color: Carmine. HEX triplet: B0, 00 and 2F. RGB value is (176,0,47). Sum of RGB (Red+Green+Blue) = 176+0+47=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B0002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0002F is #4FFFD0. Grayscale: #393939. Windows color (decimal): -5242833 or 3080368. OLE color: 3080368.

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

Color convert

RGB 176 0 47 -
CMYK 0 1 0.73 0.31
HSL 343.98º 1% 0.35% -
HSV(B) 343.98º 1% 0.69% -
XYZ 18.42 9.44 3.54 -
YUV 57.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 176 0 47 0 1 0.73 0.31 343.98 1 0.35
Hex B0 0 2F 0 64 49 1F 158 64 23
Octal 260 0 57 0 144 111 37 530 144 43
Binary 10110000 0 101111 0 1100100 1001001 11111 101011000 1100100 100011

Color Harmonies of #B0002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0002F

Black with #B0002F

Text Example


Text Example

White with #B0002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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