Html Css Color HEX #95020B Sangria

📋 copy color: '#95020B'

red 149 ◦ green 2 ◦ blue 11

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

Shades of Sangria #95020B

Tints of Sangria #95020B

RGB

 RED value IS 149 (58.59% from 255) = 91.98%

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

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 91.98%
G = 1.23%
B = 6.79%

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

#95020B (or 0x95020B) is known color: Sangria. HEX triplet: 95, 02 and 0B. RGB value is (149,2,11). Sum of RGB (Red+Green+Blue) = 149+2+11=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #95020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95020B is #6AFDF4. Grayscale: #2F2F2F. Windows color (decimal): -7011829 or 721557. OLE color: 721557.

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

Color convert

RGB 149 2 11 -
CMYK 0 0.99 0.93 0.42
HSL 356.33º 0.97% 0.3% -
HSV(B) 356.33º 0.99% 0.58% -
XYZ 12.48 6.46 0.91 -
YUV 46.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 149 2 11 0 0.99 0.93 0.42 356.33 0.97 0.3
Hex 95 2 B 0 63 5D 2A 164 61 1E
Octal 225 2 13 0 143 135 52 544 141 36
Binary 10010101 10 1011 0 1100011 1011101 101010 101100100 1100001 11110

Color Harmonies of #95020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95020B

Black with #95020B

Text Example


Text Example

White with #95020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95020B; }

 p { color: rgb(149,2,11); }

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

background-color css

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

 a { background-color: rgb(149,2,11); }

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

border-color css

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

 span { border-color: rgb(149,2,11); }

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