Html Css Color HEX #B73405 Rust

📋 copy color: '#B73405'

red 183 ◦ green 52 ◦ blue 5

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

Shades of Rust #B73405

Tints of Rust #B73405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 76.25%
G = 21.67%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B73405 (or 0xB73405) is known color: Rust. HEX triplet: B7, 34 and 05. RGB value is (183,52,5). Sum of RGB (Red+Green+Blue) = 183+52+5=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B73405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73405 is #48CBFA. Grayscale: #565656. Windows color (decimal): -4770811 or 341175. OLE color: 341175.

HSL color Cylindrical-coordinate representation of color #B73405: hue angle of 15.84º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B73405 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 5 -
CMYK 0 0.72 0.97 0.28
HSL 15.84º 0.95% 0.37% -
HSV(B) 15.84º 0.97% 0.72% -
XYZ 20.78 12.53 1.47 -
YUV 85.81 82.4 197.32 -
System Red Green Blue C M Y K H S L
Decimal 183 52 5 0 0.72 0.97 0.28 15.84 0.95 0.37
Hex B7 34 5 0 48 61 1C 10 5F 25
Octal 267 64 5 0 110 141 34 20 137 45
Binary 10110111 110100 101 0 1001000 1100001 11100 10000 1011111 100101

Color Harmonies of #B73405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73405

Black with #B73405

Text Example


Text Example

White with #B73405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73405; }

 p { color: rgb(183,52,5); }

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

background-color css

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

 a { background-color: rgb(183,52,5); }

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

border-color css

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

 span { border-color: rgb(183,52,5); }

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