Html Css Color HEX #B74A07 Rust

📋 copy color: '#B74A07'

red 183 ◦ green 74 ◦ blue 7

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

Shades of Rust #B74A07

Tints of Rust #B74A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.65%

R = 69.32%
G = 28.03%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B74A07 (or 0xB74A07) is known color: Rust. HEX triplet: B7, 4A and 07. RGB value is (183,74,7). Sum of RGB (Red+Green+Blue) = 183+74+7=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A07 is #48B5F8. Grayscale: #636363. Windows color (decimal): -4765177 or 477879. OLE color: 477879.

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

Color convert

RGB 183 74 7 -
CMYK 0 0.60 0.96 0.28
HSL 22.84º 0.93% 0.37% -
HSV(B) 22.84º 0.96% 0.72% -
XYZ 22.02 14.98 1.93 -
YUV 98.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 183 74 7 0 0.60 0.96 0.28 22.84 0.93 0.37
Hex B7 4A 7 0 3C 60 1C 17 5D 25
Octal 267 112 7 0 74 140 34 27 135 45
Binary 10110111 1001010 111 0 111100 1100000 11100 10111 1011101 100101

Color Harmonies of #B74A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A07

Black with #B74A07

Text Example


Text Example

White with #B74A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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