Html Css Color HEX #B74505 Rust

📋 copy color: '#B74505'

red 183 ◦ green 69 ◦ blue 5

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

Shades of Rust #B74505

Tints of Rust #B74505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 71.21%
G = 26.85%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74505 (or 0xB74505) is known color: Rust. HEX triplet: B7, 45 and 05. RGB value is (183,69,5). Sum of RGB (Red+Green+Blue) = 183+69+5=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B74505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74505 is #48BAFA. Grayscale: #606060. Windows color (decimal): -4766459 or 345527. OLE color: 345527.

HSL color Cylindrical-coordinate representation of color #B74505: hue angle of 21.57º 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 #B74505 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 69 5 -
CMYK 0 0.62 0.97 0.28
HSL 21.57º 0.95% 0.37% -
HSV(B) 21.57º 0.97% 0.72% -
XYZ 21.68 14.33 1.77 -
YUV 95.79 76.77 190.2 -
System Red Green Blue C M Y K H S L
Decimal 183 69 5 0 0.62 0.97 0.28 21.57 0.95 0.37
Hex B7 45 5 0 3E 61 1C 16 5F 25
Octal 267 105 5 0 76 141 34 26 137 45
Binary 10110111 1000101 101 0 111110 1100001 11100 10110 1011111 100101

Color Harmonies of #B74505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74505

Black with #B74505

Text Example


Text Example

White with #B74505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74505; }

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

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

background-color css

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

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

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

border-color css

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

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

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