Html Css Color HEX #9B030A Sangria

📋 copy color: '#9B030A'

red 155 ◦ green 3 ◦ blue 10

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

Shades of Sangria #9B030A

Tints of Sangria #9B030A

RGB

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

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

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

R = 92.26%
G = 1.79%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B030A (or 0x9B030A) is known color: Sangria. HEX triplet: 9B, 03 and 0A. RGB value is (155,3,10). Sum of RGB (Red+Green+Blue) = 155+3+10=168 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.26% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 155 - color contains mainly: red. Hex color #9B030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B030A is #64FCF5. Grayscale: #313131. Windows color (decimal): -6618358 or 656283. OLE color: 656283.

HSL color Cylindrical-coordinate representation of color #9B030A: hue angle of 357.24º 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 #9B030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 3 10 -
CMYK 0 0.98 0.94 0.39
HSL 357.24º 0.96% 0.31% -
HSV(B) 357.24º 0.98% 0.61% -
XYZ 13.6 7.06 0.93 -
YUV 49.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 155 3 10 0 0.98 0.94 0.39 357.24 0.96 0.31
Hex 9B 3 A 0 62 5E 27 165 60 1F
Octal 233 3 12 0 142 136 47 545 140 37
Binary 10011011 11 1010 0 1100010 1011110 100111 101100101 1100000 11111

Color Harmonies of #9B030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B030A

Black with #9B030A

Text Example


Text Example

White with #9B030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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