Html Css Color HEX #94030F Sangria

📋 copy color: '#94030F'

red 148 ◦ green 3 ◦ blue 15

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

Shades of Sangria #94030F

Tints of Sangria #94030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 89.16%
G = 1.81%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94030F (or 0x94030F) is known color: Sangria. HEX triplet: 94, 03 and 0F. RGB value is (148,3,15). Sum of RGB (Red+Green+Blue) = 148+3+15=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #94030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94030F is #6BFCF0. Grayscale: #2F2F2F. Windows color (decimal): -7077105 or 983956. OLE color: 983956.

HSL color Cylindrical-coordinate representation of color #94030F: hue angle of 355.03º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94030F is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 15 -
CMYK 0 0.98 0.90 0.42
HSL 355.03º 0.96% 0.3% -
HSV(B) 355.03º 0.98% 0.58% -
XYZ 12.33 6.4 1.04 -
YUV 47.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 148 3 15 0 0.98 0.90 0.42 355.03 0.96 0.3
Hex 94 3 F 0 62 5A 2A 163 60 1E
Octal 224 3 17 0 142 132 52 543 140 36
Binary 10010100 11 1111 0 1100010 1011010 101010 101100011 1100000 11110

Color Harmonies of #94030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94030F

Black with #94030F

Text Example


Text Example

White with #94030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94030F; }

 p { color: rgb(148,3,15); }

 H1.HeaderClassName
 {
   color: #94030F;
 }
 .AnyTagClassName
 {
   color: #94030F;
 }
</style>

background-color css

<style>
 a { background-color: #94030F; }

 a { background-color: rgb(148,3,15); }

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

border-color css

<style>
 span { border-color: #94030F; }

 span { border-color: rgb(148,3,15); }

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