Html Css Color HEX #B73B02 Rust

📋 copy color: '#B73B02'

red 183 ◦ green 59 ◦ blue 2

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

Shades of Rust #B73B02

Tints of Rust #B73B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

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

R = 75%
G = 24.18%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73B02 (or 0xB73B02) is known color: Rust. HEX triplet: B7, 3B and 02. RGB value is (183,59,2). Sum of RGB (Red+Green+Blue) = 183+59+2=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B02 is #48C4FD. Grayscale: #595959. Windows color (decimal): -4769022 or 146359. OLE color: 146359.

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

Color convert

RGB 183 59 2 -
CMYK 0 0.68 0.99 0.28
HSL 18.9º 0.98% 0.36% -
HSV(B) 18.9º 0.99% 0.72% -
XYZ 21.1 13.2 1.49 -
YUV 89.58 78.58 194.63 -
System Red Green Blue C M Y K H S L
Decimal 183 59 2 0 0.68 0.99 0.28 18.9 0.98 0.36
Hex B7 3B 2 0 44 63 1C 13 62 24
Octal 267 73 2 0 104 143 34 23 142 44
Binary 10110111 111011 10 0 1000100 1100011 11100 10011 1100010 100100

Color Harmonies of #B73B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B02

Black with #B73B02

Text Example


Text Example

White with #B73B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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