Html Css Color HEX #9B030E Sangria

📋 copy color: '#9B030E'

red 155 ◦ green 3 ◦ blue 14

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

Shades of Sangria #9B030E

Tints of Sangria #9B030E

RGB

 RED value IS 155 (60.94% from 255) = 90.12%

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

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 90.12%
G = 1.74%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B030E (or 0x9B030E) is known color: Sangria. HEX triplet: 9B, 03 and 0E. RGB value is (155,3,14). Sum of RGB (Red+Green+Blue) = 155+3+14=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B030E is #64FCF1. Grayscale: #313131. Windows color (decimal): -6618354 or 918427. OLE color: 918427.

HSL color Cylindrical-coordinate representation of color #9B030E: hue angle of 355.66º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B030E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 3 14 -
CMYK 0 0.98 0.91 0.39
HSL 355.66º 0.96% 0.31% -
HSV(B) 355.66º 0.98% 0.61% -
XYZ 13.63 7.07 1.06 -
YUV 49.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 155 3 14 0 0.98 0.91 0.39 355.66 0.96 0.31
Hex 9B 3 E 0 62 5B 27 164 60 1F
Octal 233 3 16 0 142 133 47 544 140 37
Binary 10011011 11 1110 0 1100010 1011011 100111 101100100 1100000 11111

Color Harmonies of #9B030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B030E

Black with #9B030E

Text Example


Text Example

White with #9B030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B030E; }

 p { color: rgb(155,3,14); }

 H1.HeaderClassName
 {
   color: #9B030E;
 }
 .AnyTagClassName
 {
   color: #9B030E;
 }
</style>

background-color css

<style>
 a { background-color: #9B030E; }

 a { background-color: rgb(155,3,14); }

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

border-color css

<style>
 span { border-color: #9B030E; }

 span { border-color: rgb(155,3,14); }

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