Html Css Color HEX #94010A Sangria

📋 copy color: '#94010A'

red 148 ◦ green 1 ◦ blue 10

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

Shades of Sangria #94010A

Tints of Sangria #94010A

RGB

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

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

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

R = 93.08%
G = 0.63%
B = 6.29%

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

#94010A (or 0x94010A) is known color: Sangria. HEX triplet: 94, 01 and 0A. RGB value is (148,1,10). Sum of RGB (Red+Green+Blue) = 148+1+10=159 (21% of max value = 765). Red value is 148 (58.20% from 255 or 93.08% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 148 - color contains mainly: red. Hex color #94010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94010A is #6BFEF5. Grayscale: #2E2E2E. Windows color (decimal): -7077622 or 655764. OLE color: 655764.

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

Color convert

RGB 148 1 10 -
CMYK 0 0.99 0.93 0.42
HSL 356.33º 0.99% 0.29% -
HSV(B) 356.33º 0.99% 0.58% -
XYZ 12.28 6.34 0.86 -
YUV 45.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 148 1 10 0 0.99 0.93 0.42 356.33 0.99 0.29
Hex 94 1 A 0 63 5D 2A 164 63 1D
Octal 224 1 12 0 143 135 52 544 143 35
Binary 10010100 1 1010 0 1100011 1011101 101010 101100100 1100011 11101

Color Harmonies of #94010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94010A

Black with #94010A

Text Example


Text Example

White with #94010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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