Html Css Color HEX #B74305 Rust

📋 copy color: '#B74305'

red 183 ◦ green 67 ◦ blue 5

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

Shades of Rust #B74305

Tints of Rust #B74305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 71.76%
G = 26.27%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74305 (or 0xB74305) is known color: Rust. HEX triplet: B7, 43 and 05. RGB value is (183,67,5). Sum of RGB (Red+Green+Blue) = 183+67+5=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B74305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74305 is #48BCFA. Grayscale: #5E5E5E. Windows color (decimal): -4766971 or 345015. OLE color: 345015.

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

Color convert

RGB 183 67 5 -
CMYK 0 0.63 0.97 0.28
HSL 20.9º 0.95% 0.37% -
HSV(B) 20.9º 0.97% 0.72% -
XYZ 21.56 14.09 1.73 -
YUV 94.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 183 67 5 0 0.63 0.97 0.28 20.9 0.95 0.37
Hex B7 43 5 0 3F 61 1C 15 5F 25
Octal 267 103 5 0 77 141 34 25 137 45
Binary 10110111 1000011 101 0 111111 1100001 11100 10101 1011111 100101

Color Harmonies of #B74305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74305

Black with #B74305

Text Example


Text Example

White with #B74305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74305; }

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

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

background-color css

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

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

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

border-color css

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

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

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