Html Css Color HEX #95010C Sangria

📋 copy color: '#95010C'

red 149 ◦ green 1 ◦ blue 12

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

Shades of Sangria #95010C

Tints of Sangria #95010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 91.98%
G = 0.62%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95010C (or 0x95010C) is known color: Sangria. HEX triplet: 95, 01 and 0C. RGB value is (149,1,12). Sum of RGB (Red+Green+Blue) = 149+1+12=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #95010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95010C is #6AFEF3. Grayscale: #2E2E2E. Windows color (decimal): -7012084 or 786837. OLE color: 786837.

HSL color Cylindrical-coordinate representation of color #95010C: hue angle of 355.54º degrees, saturation: 0.99, 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 #95010C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 12 -
CMYK 0 0.99 0.92 0.42
HSL 355.54º 0.99% 0.29% -
HSV(B) 355.54º 0.99% 0.58% -
XYZ 12.47 6.44 0.93 -
YUV 46.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 149 1 12 0 0.99 0.92 0.42 355.54 0.99 0.29
Hex 95 1 C 0 63 5C 2A 164 63 1D
Octal 225 1 14 0 143 134 52 544 143 35
Binary 10010101 1 1100 0 1100011 1011100 101010 101100100 1100011 11101

Color Harmonies of #95010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95010C

Black with #95010C

Text Example


Text Example

White with #95010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95010C; }

 p { color: rgb(149,1,12); }

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

background-color css

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

 a { background-color: rgb(149,1,12); }

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

border-color css

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

 span { border-color: rgb(149,1,12); }

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