Html Css Color HEX #B73502 Rust

📋 copy color: '#B73502'

red 183 ◦ green 53 ◦ blue 2

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

Shades of Rust #B73502

Tints of Rust #B73502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 76.89%
G = 22.27%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73502 (or 0xB73502) is known color: Rust. HEX triplet: B7, 35 and 02. RGB value is (183,53,2). Sum of RGB (Red+Green+Blue) = 183+53+2=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B73502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73502 is #48CAFD. Grayscale: #565656. Windows color (decimal): -4770558 or 144823. OLE color: 144823.

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

Color convert

RGB 183 53 2 -
CMYK 0 0.71 0.99 0.28
HSL 16.91º 0.98% 0.36% -
HSV(B) 16.91º 0.99% 0.72% -
XYZ 20.81 12.62 1.4 -
YUV 86.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 183 53 2 0 0.71 0.99 0.28 16.91 0.98 0.36
Hex B7 35 2 0 47 63 1C 11 62 24
Octal 267 65 2 0 107 143 34 21 142 44
Binary 10110111 110101 10 0 1000111 1100011 11100 10001 1100010 100100

Color Harmonies of #B73502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73502

Black with #B73502

Text Example


Text Example

White with #B73502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73502; }

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

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

background-color css

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

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

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

border-color css

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

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

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