Html Css Color HEX #9B0F0A Dark Red

📋 copy color: '#9B0F0A'

red 155 ◦ green 15 ◦ blue 10

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

Shades of Dark Red #9B0F0A

Tints of Dark Red #9B0F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

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

R = 86.11%
G = 8.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B0F0A (or 0x9B0F0A) is known color: Dark Red. HEX triplet: 9B, 0F and 0A. RGB value is (155,15,10). Sum of RGB (Red+Green+Blue) = 155+15+10=180 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.11% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0F0A is #64F0F5. Grayscale: #383838. Windows color (decimal): -6615286 or 659355. OLE color: 659355.

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

Color convert

RGB 155 15 10 -
CMYK 0 0.90 0.94 0.39
HSL 2.07º 0.88% 0.32% -
HSV(B) 2.07º 0.94% 0.61% -
XYZ 13.74 7.33 0.98 -
YUV 56.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 155 15 10 0 0.90 0.94 0.39 2.07 0.88 0.32
Hex 9B F A 0 5A 5E 27 2 58 20
Octal 233 17 12 0 132 136 47 2 130 40
Binary 10011011 1111 1010 0 1011010 1011110 100111 10 1011000 100000

Color Harmonies of #9B0F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F0A

Black with #9B0F0A

Text Example


Text Example

White with #9B0F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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