Html Css Color HEX #920002 Sangria

📋 copy color: '#920002'

red 146 ◦ green 0 ◦ blue 2

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

Shades of Sangria #920002

Tints of Sangria #920002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 98.65%
G = 0%
B = 1.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#920002 (or 0x920002) is known color: Sangria. HEX triplet: 92, 00 and 02. RGB value is (146,0,2). Sum of RGB (Red+Green+Blue) = 146+0+2=148 (19% of max value = 765). Red value is 146 (57.42% from 255 or 98.65% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 146 - color contains mainly: red. Hex color #920002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920002 is #6DFFFD. Grayscale: #2C2C2C. Windows color (decimal): -7208958 or 131218. OLE color: 131218.

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

Color convert

RGB 146 0 2 -
CMYK 0 1 0.99 0.43
HSL 359.18º 1% 0.29% -
HSV(B) 359.18º 1% 0.57% -
XYZ 11.87 6.12 0.61 -
YUV 43.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 146 0 2 0 1 0.99 0.43 359.18 1 0.29
Hex 92 0 2 0 64 63 2B 167 64 1D
Octal 222 0 2 0 144 143 53 547 144 35
Binary 10010010 0 10 0 1100100 1100011 101011 101100111 1100100 11101

Color Harmonies of #920002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920002

Black with #920002

Text Example


Text Example

White with #920002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920002; }

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

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

background-color css

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

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

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

border-color css

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

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

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