Html Css Color HEX #94000B Sangria

📋 copy color: '#94000B'

red 148 ◦ green 0 ◦ blue 11

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

Shades of Sangria #94000B

Tints of Sangria #94000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 93.08%
G = 0%
B = 6.92%

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

#94000B (or 0x94000B) is known color: Sangria. HEX triplet: 94, 00 and 0B. RGB value is (148,0,11). Sum of RGB (Red+Green+Blue) = 148+0+11=159 (21% of max value = 765). Red value is 148 (58.20% from 255 or 93.08% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 148 - color contains mainly: red. Hex color #94000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94000B is #6BFFF4. Grayscale: #2D2D2D. Windows color (decimal): -7077877 or 721044. OLE color: 721044.

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

Color convert

RGB 148 0 11 -
CMYK 0 1 0.93 0.42
HSL 355.54º 1% 0.29% -
HSV(B) 355.54º 1% 0.58% -
XYZ 12.27 6.32 0.89 -
YUV 45.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 148 0 11 0 1 0.93 0.42 355.54 1 0.29
Hex 94 0 B 0 64 5D 2A 164 64 1D
Octal 224 0 13 0 144 135 52 544 144 35
Binary 10010100 0 1011 0 1100100 1011101 101010 101100100 1100100 11101

Color Harmonies of #94000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94000B

Black with #94000B

Text Example


Text Example

White with #94000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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