Html Css Color HEX #B65414 Rust

📋 copy color: '#B65414'

red 182 ◦ green 84 ◦ blue 20

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

Shades of Rust #B65414

Tints of Rust #B65414

RGB

 RED value IS 182 (71.48% from 255) = 63.64%

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

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

R = 63.64%
G = 29.37%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B65414 (or 0xB65414) is known color: Rust. HEX triplet: B6, 54 and 14. RGB value is (182,84,20). Sum of RGB (Red+Green+Blue) = 182+84+20=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B65414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65414 is #49ABEB. Grayscale: #6A6A6A. Windows color (decimal): -4828140 or 1332406. OLE color: 1332406.

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

Color convert

RGB 182 84 20 -
CMYK 0 0.54 0.89 0.29
HSL 23.7º 0.8% 0.4% -
HSV(B) 23.7º 0.89% 0.71% -
XYZ 22.59 16.34 2.62 -
YUV 106.01 79.47 182.2 -
System Red Green Blue C M Y K H S L
Decimal 182 84 20 0 0.54 0.89 0.29 23.7 0.8 0.4
Hex B6 54 14 0 36 59 1D 18 50 28
Octal 266 124 24 0 66 131 35 30 120 50
Binary 10110110 1010100 10100 0 110110 1011001 11101 11000 1010000 101000

Color Harmonies of #B65414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65414

Black with #B65414

Text Example


Text Example

White with #B65414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65414; }

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

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

background-color css

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

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

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

border-color css

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

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

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