Html Css Color HEX #B74205 Rust

📋 copy color: '#B74205'

red 183 ◦ green 66 ◦ blue 5

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

Shades of Rust #B74205

Tints of Rust #B74205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 72.05%
G = 25.98%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74205 (or 0xB74205) is known color: Rust. HEX triplet: B7, 42 and 05. RGB value is (183,66,5). Sum of RGB (Red+Green+Blue) = 183+66+5=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B74205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74205 is #48BDFA. Grayscale: #5E5E5E. Windows color (decimal): -4767227 or 344759. OLE color: 344759.

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

Color convert

RGB 183 66 5 -
CMYK 0 0.64 0.97 0.28
HSL 20.56º 0.95% 0.37% -
HSV(B) 20.56º 0.97% 0.72% -
XYZ 21.5 13.97 1.71 -
YUV 94.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 183 66 5 0 0.64 0.97 0.28 20.56 0.95 0.37
Hex B7 42 5 0 40 61 1C 15 5F 25
Octal 267 102 5 0 100 141 34 25 137 45
Binary 10110111 1000010 101 0 1000000 1100001 11100 10101 1011111 100101

Color Harmonies of #B74205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74205

Black with #B74205

Text Example


Text Example

White with #B74205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74205; }

 p { color: rgb(183,66,5); }

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

background-color css

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

 a { background-color: rgb(183,66,5); }

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

border-color css

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

 span { border-color: rgb(183,66,5); }

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