Html Css Color HEX #B74603 Rust

📋 copy color: '#B74603'

red 183 ◦ green 70 ◦ blue 3

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

Shades of Rust #B74603

Tints of Rust #B74603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 71.48%
G = 27.34%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74603 (or 0xB74603) is known color: Rust. HEX triplet: B7, 46 and 03. RGB value is (183,70,3). Sum of RGB (Red+Green+Blue) = 183+70+3=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B74603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74603 is #48B9FC. Grayscale: #606060. Windows color (decimal): -4766205 or 214711. OLE color: 214711.

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

Color convert

RGB 183 70 3 -
CMYK 0 0.62 0.98 0.28
HSL 22.33º 0.97% 0.36% -
HSV(B) 22.33º 0.98% 0.72% -
XYZ 21.74 14.45 1.73 -
YUV 96.15 75.44 189.95 -
System Red Green Blue C M Y K H S L
Decimal 183 70 3 0 0.62 0.98 0.28 22.33 0.97 0.36
Hex B7 46 3 0 3E 62 1C 16 61 24
Octal 267 106 3 0 76 142 34 26 141 44
Binary 10110111 1000110 11 0 111110 1100010 11100 10110 1100001 100100

Color Harmonies of #B74603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74603

Black with #B74603

Text Example


Text Example

White with #B74603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74603; }

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

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

background-color css

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

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

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

border-color css

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

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

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