Html Css Color HEX #B73702 Rust

📋 copy color: '#B73702'

red 183 ◦ green 55 ◦ blue 2

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

Shades of Rust #B73702

Tints of Rust #B73702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

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

R = 76.25%
G = 22.92%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73702 (or 0xB73702) is known color: Rust. HEX triplet: B7, 37 and 02. RGB value is (183,55,2). Sum of RGB (Red+Green+Blue) = 183+55+2=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B73702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73702 is #48C8FD. Grayscale: #575757. Windows color (decimal): -4770046 or 145335. OLE color: 145335.

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

Color convert

RGB 183 55 2 -
CMYK 0 0.70 0.99 0.28
HSL 17.57º 0.98% 0.36% -
HSV(B) 17.57º 0.99% 0.72% -
XYZ 20.91 12.8 1.43 -
YUV 87.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 183 55 2 0 0.70 0.99 0.28 17.57 0.98 0.36
Hex B7 37 2 0 46 63 1C 12 62 24
Octal 267 67 2 0 106 143 34 22 142 44
Binary 10110111 110111 10 0 1000110 1100011 11100 10010 1100010 100100

Color Harmonies of #B73702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73702

Black with #B73702

Text Example


Text Example

White with #B73702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73702; }

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

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

background-color css

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

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

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

border-color css

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

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

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