Html Css Color HEX #B73C02 Rust

📋 copy color: '#B73C02'

red 183 ◦ green 60 ◦ blue 2

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

Shades of Rust #B73C02

Tints of Rust #B73C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

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

R = 74.69%
G = 24.49%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73C02 (or 0xB73C02) is known color: Rust. HEX triplet: B7, 3C and 02. RGB value is (183,60,2). Sum of RGB (Red+Green+Blue) = 183+60+2=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C02 is #48C3FD. Grayscale: #5A5A5A. Windows color (decimal): -4768766 or 146615. OLE color: 146615.

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

Color convert

RGB 183 60 2 -
CMYK 0 0.67 0.99 0.28
HSL 19.23º 0.98% 0.36% -
HSV(B) 19.23º 0.99% 0.72% -
XYZ 21.16 13.3 1.51 -
YUV 90.17 78.25 194.22 -
System Red Green Blue C M Y K H S L
Decimal 183 60 2 0 0.67 0.99 0.28 19.23 0.98 0.36
Hex B7 3C 2 0 43 63 1C 13 62 24
Octal 267 74 2 0 103 143 34 23 142 44
Binary 10110111 111100 10 0 1000011 1100011 11100 10011 1100010 100100

Color Harmonies of #B73C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C02

Black with #B73C02

Text Example


Text Example

White with #B73C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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