Html Css Color HEX #B65009 Rust

📋 copy color: '#B65009'

red 182 ◦ green 80 ◦ blue 9

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

Shades of Rust #B65009

Tints of Rust #B65009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 9 (3.91% from 255) = 3.32%

R = 67.16%
G = 29.52%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B65009 (or 0xB65009) is known color: Rust. HEX triplet: B6, 50 and 09. RGB value is (182,80,9). Sum of RGB (Red+Green+Blue) = 182+80+9=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B65009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65009 is #49AFF6. Grayscale: #666666. Windows color (decimal): -4829175 or 610486. OLE color: 610486.

HSL color Cylindrical-coordinate representation of color #B65009: hue angle of 24.62º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B65009 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 9 -
CMYK 0 0.56 0.95 0.29
HSL 24.62º 0.91% 0.37% -
HSV(B) 24.62º 0.95% 0.71% -
XYZ 22.21 15.7 2.12 -
YUV 102.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 182 80 9 0 0.56 0.95 0.29 24.62 0.91 0.37
Hex B6 50 9 0 38 5F 1D 19 5B 25
Octal 266 120 11 0 70 137 35 31 133 45
Binary 10110110 1010000 1001 0 111000 1011111 11101 11001 1011011 100101

Color Harmonies of #B65009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65009

Black with #B65009

Text Example


Text Example

White with #B65009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65009; }

 p { color: rgb(182,80,9); }

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

background-color css

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

 a { background-color: rgb(182,80,9); }

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

border-color css

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

 span { border-color: rgb(182,80,9); }

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