Html Css Color HEX #B2022B Carmine

📋 copy color: '#B2022B'

red 178 ◦ green 2 ◦ blue 43

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

Shades of Carmine #B2022B

Tints of Carmine #B2022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.28%

R = 79.82%
G = 0.9%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2022B (or 0xB2022B) is known color: Carmine. HEX triplet: B2, 02 and 2B. RGB value is (178,2,43). Sum of RGB (Red+Green+Blue) = 178+2+43=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B2022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2022B is #4DFDD4. Grayscale: #3B3B3B. Windows color (decimal): -5111253 or 2818738. OLE color: 2818738.

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

Color convert

RGB 178 2 43 -
CMYK 0 0.99 0.76 0.30
HSL 346.02º 0.98% 0.35% -
HSV(B) 346.02º 0.99% 0.7% -
XYZ 18.82 9.68 3.16 -
YUV 59.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 178 2 43 0 0.99 0.76 0.30 346.02 0.98 0.35
Hex B2 2 2B 0 63 4C 1E 15A 62 23
Octal 262 2 53 0 143 114 36 532 142 43
Binary 10110010 10 101011 0 1100011 1001100 11110 101011010 1100010 100011

Color Harmonies of #B2022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2022B

Black with #B2022B

Text Example


Text Example

White with #B2022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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