Html Css Color HEX #B74600 Rust

📋 copy color: '#B74600'

red 183 ◦ green 70 ◦ blue 0

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

Shades of Rust #B74600

Tints of Rust #B74600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.33%
G = 27.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B74600 (or 0xB74600) is known color: Rust. HEX triplet: B7, 46 and 00. RGB value is (183,70,0). Sum of RGB (Red+Green+Blue) = 183+70+0=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B74600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74600 is #48B9FF. Grayscale: #606060. Windows color (decimal): -4766208 or 18103. OLE color: 18103.

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

Color convert

RGB 183 70 0 -
CMYK 0 0.62 1 0.28
HSL 22.95º 1% 0.36% -
HSV(B) 22.95º 1% 0.72% -
XYZ 21.72 14.45 1.64 -
YUV 95.81 73.94 190.19 -
System Red Green Blue C M Y K H S L
Decimal 183 70 0 0 0.62 1 0.28 22.95 1 0.36
Hex B7 46 0 0 3E 64 1C 17 64 24
Octal 267 106 0 0 76 144 34 27 144 44
Binary 10110111 1000110 0 0 111110 1100100 11100 10111 1100100 100100

Color Harmonies of #B74600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74600

Black with #B74600

Text Example


Text Example

White with #B74600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74600; }

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

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

background-color css

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

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

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

border-color css

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

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

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