Html Css Color HEX #B74602 Rust

📋 copy color: '#B74602'

red 183 ◦ green 70 ◦ blue 2

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

Shades of Rust #B74602

Tints of Rust #B74602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 71.76%
G = 27.45%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74602 (or 0xB74602) is known color: Rust. HEX triplet: B7, 46 and 02. RGB value is (183,70,2). Sum of RGB (Red+Green+Blue) = 183+70+2=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B74602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74602 is #48B9FD. Grayscale: #606060. Windows color (decimal): -4766206 or 149175. OLE color: 149175.

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

Color convert

RGB 183 70 2 -
CMYK 0 0.62 0.99 0.28
HSL 22.54º 0.98% 0.36% -
HSV(B) 22.54º 0.99% 0.72% -
XYZ 21.73 14.45 1.7 -
YUV 96.04 74.94 190.03 -
System Red Green Blue C M Y K H S L
Decimal 183 70 2 0 0.62 0.99 0.28 22.54 0.98 0.36
Hex B7 46 2 0 3E 63 1C 17 62 24
Octal 267 106 2 0 76 143 34 27 142 44
Binary 10110111 1000110 10 0 111110 1100011 11100 10111 1100010 100100

Color Harmonies of #B74602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74602

Black with #B74602

Text Example


Text Example

White with #B74602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74602; }

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

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

background-color css

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

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

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

border-color css

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

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

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