Html Css Color HEX #9B2900 Rust

📋 copy color: '#9B2900'

red 155 ◦ green 41 ◦ blue 0

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

Shades of Rust #9B2900

Tints of Rust #9B2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 79.08%
G = 20.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#9B2900 (or 0x9B2900) is known color: Rust. HEX triplet: 9B, 29 and 00. RGB value is (155,41,0). Sum of RGB (Red+Green+Blue) = 155+41+0=196 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.08% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2900 is #64D6FF. Grayscale: #464646. Windows color (decimal): -6608640 or 10651. OLE color: 10651.

HSL color Cylindrical-coordinate representation of color #9B2900: hue angle of 15.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B2900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 0 -
CMYK 0 0.74 1 0.39
HSL 15.87º 1% 0.3% -
HSV(B) 15.87º 1% 0.61% -
XYZ 14.31 8.55 0.9 -
YUV 70.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 155 41 0 0 0.74 1 0.39 15.87 1 0.3
Hex 9B 29 0 0 4A 64 27 10 64 1E
Octal 233 51 0 0 112 144 47 20 144 36
Binary 10011011 101001 0 0 1001010 1100100 100111 10000 1100100 11110

Color Harmonies of #9B2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2900

Black with #9B2900

Text Example


Text Example

White with #9B2900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,0); }

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

background-color css

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

 a { background-color: rgb(155,41,0); }

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

border-color css

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

 span { border-color: rgb(155,41,0); }

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