Html Css Color HEX #B2002F Carmine

📋 copy color: '#B2002F'

red 178 ◦ green 0 ◦ blue 47

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

Shades of Carmine #B2002F

Tints of Carmine #B2002F

RGB

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

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

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

R = 79.11%
G = 0%
B = 20.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2002F (or 0xB2002F) is known color: Carmine. HEX triplet: B2, 00 and 2F. RGB value is (178,0,47). Sum of RGB (Red+Green+Blue) = 178+0+47=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2002F is #4DFFD0. Grayscale: #3A3A3A. Windows color (decimal): -5111761 or 3080370. OLE color: 3080370.

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

Color convert

RGB 178 0 47 -
CMYK 0 1 0.74 0.30
HSL 344.16º 1% 0.35% -
HSV(B) 344.16º 1% 0.7% -
XYZ 18.87 9.67 3.56 -
YUV 58.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 178 0 47 0 1 0.74 0.30 344.16 1 0.35
Hex B2 0 2F 0 64 4A 1E 158 64 23
Octal 262 0 57 0 144 112 36 530 144 43
Binary 10110010 0 101111 0 1100100 1001010 11110 101011000 1100100 100011

Color Harmonies of #B2002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2002F

Black with #B2002F

Text Example


Text Example

White with #B2002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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