Html Css Color HEX #B73413 Rust

📋 copy color: '#B73413'

red 183 ◦ green 52 ◦ blue 19

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

Shades of Rust #B73413

Tints of Rust #B73413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 72.05%
G = 20.47%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B73413 (or 0xB73413) is known color: Rust. HEX triplet: B7, 34 and 13. RGB value is (183,52,19). Sum of RGB (Red+Green+Blue) = 183+52+19=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B73413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73413 is #48CBEC. Grayscale: #575757. Windows color (decimal): -4770797 or 1258679. OLE color: 1258679.

HSL color Cylindrical-coordinate representation of color #B73413: hue angle of 12.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73413 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 19 -
CMYK 0 0.72 0.90 0.28
HSL 12.07º 0.81% 0.4% -
HSV(B) 12.07º 0.9% 0.72% -
XYZ 20.87 12.57 1.94 -
YUV 87.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 183 52 19 0 0.72 0.90 0.28 12.07 0.81 0.4
Hex B7 34 13 0 48 5A 1C C 51 28
Octal 267 64 23 0 110 132 34 14 121 50
Binary 10110111 110100 10011 0 1001000 1011010 11100 1100 1010001 101000

Color Harmonies of #B73413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73413

Black with #B73413

Text Example


Text Example

White with #B73413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73413; }

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

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

background-color css

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

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

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

border-color css

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

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

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