Html Css Color HEX #B74A05 Rust

📋 copy color: '#B74A05'

red 183 ◦ green 74 ◦ blue 5

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

Shades of Rust #B74A05

Tints of Rust #B74A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

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

R = 69.85%
G = 28.24%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74A05 (or 0xB74A05) is known color: Rust. HEX triplet: B7, 4A and 05. RGB value is (183,74,5). Sum of RGB (Red+Green+Blue) = 183+74+5=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A05 is #48B5FA. Grayscale: #636363. Windows color (decimal): -4765179 or 346807. OLE color: 346807.

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

Color convert

RGB 183 74 5 -
CMYK 0 0.60 0.97 0.28
HSL 23.26º 0.95% 0.37% -
HSV(B) 23.26º 0.97% 0.72% -
XYZ 22 14.98 1.87 -
YUV 98.73 75.11 188.11 -
System Red Green Blue C M Y K H S L
Decimal 183 74 5 0 0.60 0.97 0.28 23.26 0.95 0.37
Hex B7 4A 5 0 3C 61 1C 17 5F 25
Octal 267 112 5 0 74 141 34 27 137 45
Binary 10110111 1001010 101 0 111100 1100001 11100 10111 1011111 100101

Color Harmonies of #B74A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A05

Black with #B74A05

Text Example


Text Example

White with #B74A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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