Html Css Color HEX #B64C09 Rust

📋 copy color: '#B64C09'

red 182 ◦ green 76 ◦ blue 9

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

Shades of Rust #B64C09

Tints of Rust #B64C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 68.16%
G = 28.46%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B64C09 (or 0xB64C09) is known color: Rust. HEX triplet: B6, 4C and 09. RGB value is (182,76,9). Sum of RGB (Red+Green+Blue) = 182+76+9=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C09 is #49B3F6. Grayscale: #646464. Windows color (decimal): -4830199 or 609462. OLE color: 609462.

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

Color convert

RGB 182 76 9 -
CMYK 0 0.58 0.95 0.29
HSL 23.24º 0.91% 0.37% -
HSV(B) 23.24º 0.95% 0.71% -
XYZ 21.93 15.13 2.02 -
YUV 100.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 182 76 9 0 0.58 0.95 0.29 23.24 0.91 0.37
Hex B6 4C 9 0 3A 5F 1D 17 5B 25
Octal 266 114 11 0 72 137 35 27 133 45
Binary 10110110 1001100 1001 0 111010 1011111 11101 10111 1011011 100101

Color Harmonies of #B64C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C09

Black with #B64C09

Text Example


Text Example

White with #B64C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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