Html Css Color HEX #94000A Sangria

📋 copy color: '#94000A'

red 148 ◦ green 0 ◦ blue 10

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

Shades of Sangria #94000A

Tints of Sangria #94000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.67%
G = 0%
B = 6.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94000A (or 0x94000A) is known color: Sangria. HEX triplet: 94, 00 and 0A. RGB value is (148,0,10). Sum of RGB (Red+Green+Blue) = 148+0+10=158 (20% of max value = 765). Red value is 148 (58.20% from 255 or 93.67% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 148 - color contains mainly: red. Hex color #94000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94000A is #6BFFF5. Grayscale: #2D2D2D. Windows color (decimal): -7077878 or 655508. OLE color: 655508.

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

Color convert

RGB 148 0 10 -
CMYK 0 1 0.93 0.42
HSL 355.95º 1% 0.29% -
HSV(B) 355.95º 1% 0.58% -
XYZ 12.27 6.32 0.86 -
YUV 45.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 148 0 10 0 1 0.93 0.42 355.95 1 0.29
Hex 94 0 A 0 64 5D 2A 164 64 1D
Octal 224 0 12 0 144 135 52 544 144 35
Binary 10010100 0 1010 0 1100100 1011101 101010 101100100 1100100 11101

Color Harmonies of #94000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94000A

Black with #94000A

Text Example


Text Example

White with #94000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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