Html Css Color HEX #B73804 Rust

📋 copy color: '#B73804'

red 183 ◦ green 56 ◦ blue 4

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

Shades of Rust #B73804

Tints of Rust #B73804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 75.31%
G = 23.05%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73804 (or 0xB73804) is known color: Rust. HEX triplet: B7, 38 and 04. RGB value is (183,56,4). Sum of RGB (Red+Green+Blue) = 183+56+4=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B73804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73804 is #48C7FB. Grayscale: #585858. Windows color (decimal): -4769788 or 276663. OLE color: 276663.

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

Color convert

RGB 183 56 4 -
CMYK 0 0.69 0.98 0.28
HSL 17.43º 0.96% 0.37% -
HSV(B) 17.43º 0.98% 0.72% -
XYZ 20.96 12.9 1.5 -
YUV 88.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 183 56 4 0 0.69 0.98 0.28 17.43 0.96 0.37
Hex B7 38 4 0 45 62 1C 11 60 25
Octal 267 70 4 0 105 142 34 21 140 45
Binary 10110111 111000 100 0 1000101 1100010 11100 10001 1100000 100101

Color Harmonies of #B73804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73804

Black with #B73804

Text Example


Text Example

White with #B73804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73804; }

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

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

background-color css

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

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

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

border-color css

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

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

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