Html Css Color HEX #B73008 Rust

📋 copy color: '#B73008'

red 183 ◦ green 48 ◦ blue 8

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

Shades of Rust #B73008

Tints of Rust #B73008

RGB

 RED value IS 183 (71.88% from 255) = 76.57%

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 76.57%
G = 20.08%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B73008 (or 0xB73008) is known color: Rust. HEX triplet: B7, 30 and 08. RGB value is (183,48,8). Sum of RGB (Red+Green+Blue) = 183+48+8=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73008 is #48CFF7. Grayscale: #545454. Windows color (decimal): -4771832 or 536759. OLE color: 536759.

HSL color Cylindrical-coordinate representation of color #B73008: hue angle of 13.71º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B73008 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 8 -
CMYK 0 0.74 0.96 0.28
HSL 13.71º 0.92% 0.37% -
HSV(B) 13.71º 0.96% 0.72% -
XYZ 20.63 12.2 1.5 -
YUV 83.81 85.23 198.75 -
System Red Green Blue C M Y K H S L
Decimal 183 48 8 0 0.74 0.96 0.28 13.71 0.92 0.37
Hex B7 30 8 0 4A 60 1C E 5C 25
Octal 267 60 10 0 112 140 34 16 134 45
Binary 10110111 110000 1000 0 1001010 1100000 11100 1110 1011100 100101

Color Harmonies of #B73008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73008

Black with #B73008

Text Example


Text Example

White with #B73008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73008; }

 p { color: rgb(183,48,8); }

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

background-color css

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

 a { background-color: rgb(183,48,8); }

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

border-color css

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

 span { border-color: rgb(183,48,8); }

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