Html Css Color HEX #9B020A Sangria

📋 copy color: '#9B020A'

red 155 ◦ green 2 ◦ blue 10

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

Shades of Sangria #9B020A

Tints of Sangria #9B020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 92.81%
G = 1.2%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B020A (or 0x9B020A) is known color: Sangria. HEX triplet: 9B, 02 and 0A. RGB value is (155,2,10). Sum of RGB (Red+Green+Blue) = 155+2+10=167 (22% of max value = 765). Red value is 155 (60.94% from 255 or 92.81% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 155 - color contains mainly: red. Hex color #9B020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B020A is #64FDF5. Grayscale: #303030. Windows color (decimal): -6618614 or 656027. OLE color: 656027.

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

Color convert

RGB 155 2 10 -
CMYK 0 0.99 0.94 0.39
HSL 356.86º 0.97% 0.31% -
HSV(B) 356.86º 0.99% 0.61% -
XYZ 13.59 7.03 0.93 -
YUV 48.66 106.19 203.85 -
System Red Green Blue C M Y K H S L
Decimal 155 2 10 0 0.99 0.94 0.39 356.86 0.97 0.31
Hex 9B 2 A 0 63 5E 27 165 61 1F
Octal 233 2 12 0 143 136 47 545 141 37
Binary 10011011 10 1010 0 1100011 1011110 100111 101100101 1100001 11111

Color Harmonies of #9B020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B020A

Black with #9B020A

Text Example


Text Example

White with #9B020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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