Html Css Color HEX #B2022D Carmine

📋 copy color: '#B2022D'

red 178 ◦ green 2 ◦ blue 45

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

Shades of Carmine #B2022D

Tints of Carmine #B2022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 79.11%
G = 0.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2022D (or 0xB2022D) is known color: Carmine. HEX triplet: B2, 02 and 2D. RGB value is (178,2,45). Sum of RGB (Red+Green+Blue) = 178+2+45=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2022D is #4DFDD2. Grayscale: #3B3B3B. Windows color (decimal): -5111251 or 2949810. OLE color: 2949810.

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

Color convert

RGB 178 2 45 -
CMYK 0 0.99 0.75 0.30
HSL 345.34º 0.98% 0.35% -
HSV(B) 345.34º 0.99% 0.7% -
XYZ 18.86 9.7 3.36 -
YUV 59.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 178 2 45 0 0.99 0.75 0.30 345.34 0.98 0.35
Hex B2 2 2D 0 63 4B 1E 159 62 23
Octal 262 2 55 0 143 113 36 531 142 43
Binary 10110010 10 101101 0 1100011 1001011 11110 101011001 1100010 100011

Color Harmonies of #B2022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2022D

Black with #B2022D

Text Example


Text Example

White with #B2022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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