Html Css Color HEX #94020A Sangria

📋 copy color: '#94020A'

red 148 ◦ green 2 ◦ blue 10

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

Shades of Sangria #94020A

Tints of Sangria #94020A

RGB

 RED value IS 148 (58.2% from 255) = 92.5%

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

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 92.5%
G = 1.25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94020A (or 0x94020A) is known color: Sangria. HEX triplet: 94, 02 and 0A. RGB value is (148,2,10). Sum of RGB (Red+Green+Blue) = 148+2+10=160 (21% of max value = 765). Red value is 148 (58.20% from 255 or 92.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 148 - color contains mainly: red. Hex color #94020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94020A is #6BFDF5. Grayscale: #2E2E2E. Windows color (decimal): -7077366 or 656020. OLE color: 656020.

HSL color Cylindrical-coordinate representation of color #94020A: hue angle of 356.71º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94020A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 10 -
CMYK 0 0.99 0.93 0.42
HSL 356.71º 0.97% 0.29% -
HSV(B) 356.71º 0.99% 0.58% -
XYZ 12.29 6.36 0.87 -
YUV 46.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 148 2 10 0 0.99 0.93 0.42 356.71 0.97 0.29
Hex 94 2 A 0 63 5D 2A 165 61 1D
Octal 224 2 12 0 143 135 52 545 141 35
Binary 10010100 10 1010 0 1100011 1011101 101010 101100101 1100001 11101

Color Harmonies of #94020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94020A

Black with #94020A

Text Example


Text Example

White with #94020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94020A; }

 p { color: rgb(148,2,10); }

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

background-color css

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

 a { background-color: rgb(148,2,10); }

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

border-color css

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

 span { border-color: rgb(148,2,10); }

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