Html Css Color HEX #920A12 Sangria

📋 copy color: '#920A12'

red 146 ◦ green 10 ◦ blue 18

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

Shades of Sangria #920A12

Tints of Sangria #920A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.75%

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

R = 83.91%
G = 5.75%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#920A12 (or 0x920A12) is known color: Sangria. HEX triplet: 92, 0A and 12. RGB value is (146,10,18). Sum of RGB (Red+Green+Blue) = 146+10+18=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #920A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920A12 is #6DF5ED. Grayscale: #333333. Windows color (decimal): -7206382 or 1182354. OLE color: 1182354.

HSL color Cylindrical-coordinate representation of color #920A12: hue angle of 356.47º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A12 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 10 18 -
CMYK 0 0.93 0.88 0.43
HSL 356.47º 0.87% 0.31% -
HSV(B) 356.47º 0.93% 0.57% -
XYZ 12.07 6.37 1.17 -
YUV 51.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 146 10 18 0 0.93 0.88 0.43 356.47 0.87 0.31
Hex 92 A 12 0 5D 58 2B 164 57 1F
Octal 222 12 22 0 135 130 53 544 127 37
Binary 10010010 1010 10010 0 1011101 1011000 101011 101100100 1010111 11111

Color Harmonies of #920A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920A12

Black with #920A12

Text Example


Text Example

White with #920A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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