Html Css Color HEX #94010C Sangria

📋 copy color: '#94010C'

red 148 ◦ green 1 ◦ blue 12

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

Shades of Sangria #94010C

Tints of Sangria #94010C

RGB

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

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

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

R = 91.93%
G = 0.62%
B = 7.45%

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

#94010C (or 0x94010C) is known color: Sangria. HEX triplet: 94, 01 and 0C. RGB value is (148,1,12). Sum of RGB (Red+Green+Blue) = 148+1+12=161 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.93% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 148 - color contains mainly: red. Hex color #94010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94010C is #6BFEF3. Grayscale: #2E2E2E. Windows color (decimal): -7077620 or 786836. OLE color: 786836.

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

Color convert

RGB 148 1 12 -
CMYK 0 0.99 0.92 0.42
HSL 355.51º 0.99% 0.29% -
HSV(B) 355.51º 0.99% 0.58% -
XYZ 12.29 6.34 0.92 -
YUV 46.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 148 1 12 0 0.99 0.92 0.42 355.51 0.99 0.29
Hex 94 1 C 0 63 5C 2A 164 63 1D
Octal 224 1 14 0 143 134 52 544 143 35
Binary 10010100 1 1100 0 1100011 1011100 101010 101100100 1100011 11101

Color Harmonies of #94010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94010C

Black with #94010C

Text Example


Text Example

White with #94010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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