Html Css Color HEX #B2002D Carmine

📋 copy color: '#B2002D'

red 178 ◦ green 0 ◦ blue 45

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

Shades of Carmine #B2002D

Tints of Carmine #B2002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 79.82%
G = 0%
B = 20.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2002D (or 0xB2002D) is known color: Carmine. HEX triplet: B2, 00 and 2D. RGB value is (178,0,45). Sum of RGB (Red+Green+Blue) = 178+0+45=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B2002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2002D is #4DFFD2. Grayscale: #3A3A3A. Windows color (decimal): -5111763 or 2949298. OLE color: 2949298.

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

Color convert

RGB 178 0 45 -
CMYK 0 1 0.75 0.30
HSL 344.83º 1% 0.35% -
HSV(B) 344.83º 1% 0.7% -
XYZ 18.83 9.65 3.35 -
YUV 58.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 178 0 45 0 1 0.75 0.30 344.83 1 0.35
Hex B2 0 2D 0 64 4B 1E 159 64 23
Octal 262 0 55 0 144 113 36 531 144 43
Binary 10110010 0 101101 0 1100100 1001011 11110 101011001 1100100 100011

Color Harmonies of #B2002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2002D

Black with #B2002D

Text Example


Text Example

White with #B2002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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