Html Css Color HEX #B74803 Rust

📋 copy color: '#B74803'

red 183 ◦ green 72 ◦ blue 3

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

Shades of Rust #B74803

Tints of Rust #B74803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 70.93%
G = 27.91%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74803 (or 0xB74803) is known color: Rust. HEX triplet: B7, 48 and 03. RGB value is (183,72,3). Sum of RGB (Red+Green+Blue) = 183+72+3=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B74803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74803 is #48B7FC. Grayscale: #616161. Windows color (decimal): -4765693 or 215223. OLE color: 215223.

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

Color convert

RGB 183 72 3 -
CMYK 0 0.61 0.98 0.28
HSL 23º 0.97% 0.36% -
HSV(B) 23º 0.98% 0.72% -
XYZ 21.86 14.71 1.77 -
YUV 97.32 74.77 189.11 -
System Red Green Blue C M Y K H S L
Decimal 183 72 3 0 0.61 0.98 0.28 23 0.97 0.36
Hex B7 48 3 0 3D 62 1C 17 61 24
Octal 267 110 3 0 75 142 34 27 141 44
Binary 10110111 1001000 11 0 111101 1100010 11100 10111 1100001 100100

Color Harmonies of #B74803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74803

Black with #B74803

Text Example


Text Example

White with #B74803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74803; }

 p { color: rgb(183,72,3); }

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

background-color css

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

 a { background-color: rgb(183,72,3); }

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

border-color css

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

 span { border-color: rgb(183,72,3); }

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