Html Css Color HEX #B75414 Rust

📋 copy color: '#B75414'

red 183 ◦ green 84 ◦ blue 20

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

Shades of Rust #B75414

Tints of Rust #B75414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 63.76%
G = 29.27%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B75414 (or 0xB75414) is known color: Rust. HEX triplet: B7, 54 and 14. RGB value is (183,84,20). Sum of RGB (Red+Green+Blue) = 183+84+20=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B75414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75414 is #48ABEB. Grayscale: #6A6A6A. Windows color (decimal): -4762604 or 1332407. OLE color: 1332407.

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

Color convert

RGB 183 84 20 -
CMYK 0 0.54 0.89 0.28
HSL 23.56º 0.8% 0.4% -
HSV(B) 23.56º 0.89% 0.72% -
XYZ 22.83 16.46 2.64 -
YUV 106.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 183 84 20 0 0.54 0.89 0.28 23.56 0.8 0.4
Hex B7 54 14 0 36 59 1C 18 50 28
Octal 267 124 24 0 66 131 34 30 120 50
Binary 10110111 1010100 10100 0 110110 1011001 11100 11000 1010000 101000

Color Harmonies of #B75414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75414

Black with #B75414

Text Example


Text Example

White with #B75414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75414; }

 p { color: rgb(183,84,20); }

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

background-color css

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

 a { background-color: rgb(183,84,20); }

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

border-color css

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

 span { border-color: rgb(183,84,20); }

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