Html Css Color HEX #B64409 Rust

📋 copy color: '#B64409'

red 182 ◦ green 68 ◦ blue 9

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

Shades of Rust #B64409

Tints of Rust #B64409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 70.27%
G = 26.25%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B64409 (or 0xB64409) is known color: Rust. HEX triplet: B6, 44 and 09. RGB value is (182,68,9). Sum of RGB (Red+Green+Blue) = 182+68+9=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B64409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64409 is #49BBF6. Grayscale: #5F5F5F. Windows color (decimal): -4832247 or 607414. OLE color: 607414.

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

Color convert

RGB 182 68 9 -
CMYK 0 0.63 0.95 0.29
HSL 20.46º 0.91% 0.37% -
HSV(B) 20.46º 0.95% 0.71% -
XYZ 21.41 14.1 1.85 -
YUV 95.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 182 68 9 0 0.63 0.95 0.29 20.46 0.91 0.37
Hex B6 44 9 0 3F 5F 1D 14 5B 25
Octal 266 104 11 0 77 137 35 24 133 45
Binary 10110110 1000100 1001 0 111111 1011111 11101 10100 1011011 100101

Color Harmonies of #B64409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64409

Black with #B64409

Text Example


Text Example

White with #B64409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64409; }

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

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

background-color css

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

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

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

border-color css

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

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

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