Html Css Color HEX #920212 Carmine

📋 copy color: '#920212'

red 146 ◦ green 2 ◦ blue 18

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

Shades of Carmine #920212

Tints of Carmine #920212

RGB

 RED value IS 146 (57.42% from 255) = 87.95%

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

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 87.95%
G = 1.2%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#920212 (or 0x920212) is known color: Carmine. HEX triplet: 92, 02 and 12. RGB value is (146,2,18). Sum of RGB (Red+Green+Blue) = 146+2+18=166 (21% of max value = 765). Red value is 146 (57.42% from 255 or 87.95% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 146 - color contains mainly: red. Hex color #920212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920212 is #6DFDED. Grayscale: #2E2E2E. Windows color (decimal): -7208430 or 1180306. OLE color: 1180306.

HSL color Cylindrical-coordinate representation of color #920212: hue angle of 353.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920212 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 18 -
CMYK 0 0.99 0.88 0.43
HSL 353.33º 0.97% 0.29% -
HSV(B) 353.33º 0.99% 0.57% -
XYZ 11.98 6.2 1.14 -
YUV 46.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 146 2 18 0 0.99 0.88 0.43 353.33 0.97 0.29
Hex 92 2 12 0 63 58 2B 161 61 1D
Octal 222 2 22 0 143 130 53 541 141 35
Binary 10010010 10 10010 0 1100011 1011000 101011 101100001 1100001 11101

Color Harmonies of #920212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920212

Black with #920212

Text Example


Text Example

White with #920212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920212; }

 p { color: rgb(146,2,18); }

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

background-color css

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

 a { background-color: rgb(146,2,18); }

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

border-color css

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

 span { border-color: rgb(146,2,18); }

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