Html Css Color HEX #B73800 Rust

📋 copy color: '#B73800'

red 183 ◦ green 56 ◦ blue 0

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

Shades of Rust #B73800

Tints of Rust #B73800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

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

R = 76.57%
G = 23.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B73800 (or 0xB73800) is known color: Rust. HEX triplet: B7, 38 and 00. RGB value is (183,56,0). Sum of RGB (Red+Green+Blue) = 183+56+0=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73800 is #48C7FF. Grayscale: #575757. Windows color (decimal): -4769792 or 14519. OLE color: 14519.

HSL color Cylindrical-coordinate representation of color #B73800: hue angle of 18.36º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B73800 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 0 -
CMYK 0 0.69 1 0.28
HSL 18.36º 1% 0.36% -
HSV(B) 18.36º 1% 0.72% -
XYZ 20.94 12.9 1.39 -
YUV 87.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 183 56 0 0 0.69 1 0.28 18.36 1 0.36
Hex B7 38 0 0 45 64 1C 12 64 24
Octal 267 70 0 0 105 144 34 22 144 44
Binary 10110111 111000 0 0 1000101 1100100 11100 10010 1100100 100100

Color Harmonies of #B73800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73800

Black with #B73800

Text Example


Text Example

White with #B73800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73800; }

 p { color: rgb(183,56,0); }

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

background-color css

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

 a { background-color: rgb(183,56,0); }

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

border-color css

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

 span { border-color: rgb(183,56,0); }

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