Html Css Color HEX #B2032C Carmine

📋 copy color: '#B2032C'

red 178 ◦ green 3 ◦ blue 44

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

Shades of Carmine #B2032C

Tints of Carmine #B2032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 79.11%
G = 1.33%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2032C (or 0xB2032C) is known color: Carmine. HEX triplet: B2, 03 and 2C. RGB value is (178,3,44). Sum of RGB (Red+Green+Blue) = 178+3+44=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2032C is #4DFCD3. Grayscale: #3C3C3C. Windows color (decimal): -5110996 or 2884530. OLE color: 2884530.

HSL color Cylindrical-coordinate representation of color #B2032C: hue angle of 345.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2032C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 44 -
CMYK 0 0.98 0.75 0.30
HSL 345.94º 0.97% 0.35% -
HSV(B) 345.94º 0.98% 0.7% -
XYZ 18.85 9.71 3.26 -
YUV 60 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 178 3 44 0 0.98 0.75 0.30 345.94 0.97 0.35
Hex B2 3 2C 0 62 4B 1E 15A 61 23
Octal 262 3 54 0 142 113 36 532 141 43
Binary 10110010 11 101100 0 1100010 1001011 11110 101011010 1100001 100011

Color Harmonies of #B2032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2032C

Black with #B2032C

Text Example


Text Example

White with #B2032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2032C; }

 p { color: rgb(178,3,44); }

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

background-color css

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

 a { background-color: rgb(178,3,44); }

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

border-color css

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

 span { border-color: rgb(178,3,44); }

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