Html Css Color HEX #B64B09 Rust

📋 copy color: '#B64B09'

red 182 ◦ green 75 ◦ blue 9

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

Shades of Rust #B64B09

Tints of Rust #B64B09

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.2%

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

R = 68.42%
G = 28.2%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B64B09 (or 0xB64B09) is known color: Rust. HEX triplet: B6, 4B and 09. RGB value is (182,75,9). Sum of RGB (Red+Green+Blue) = 182+75+9=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64B09 is #49B4F6. Grayscale: #636363. Windows color (decimal): -4830455 or 609206. OLE color: 609206.

HSL color Cylindrical-coordinate representation of color #B64B09: hue angle of 22.89º 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 #B64B09 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 75 9 -
CMYK 0 0.59 0.95 0.29
HSL 22.89º 0.91% 0.37% -
HSV(B) 22.89º 0.95% 0.71% -
XYZ 21.86 15 2 -
YUV 99.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 182 75 9 0 0.59 0.95 0.29 22.89 0.91 0.37
Hex B6 4B 9 0 3B 5F 1D 17 5B 25
Octal 266 113 11 0 73 137 35 27 133 45
Binary 10110110 1001011 1001 0 111011 1011111 11101 10111 1011011 100101

Color Harmonies of #B64B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64B09

Black with #B64B09

Text Example


Text Example

White with #B64B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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