Html Css Color HEX #B64411 Rust

📋 copy color: '#B64411'

red 182 ◦ green 68 ◦ blue 17

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

Shades of Rust #B64411

Tints of Rust #B64411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 68.16%
G = 25.47%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B64411 (or 0xB64411) is known color: Rust. HEX triplet: B6, 44 and 11. RGB value is (182,68,17). Sum of RGB (Red+Green+Blue) = 182+68+17=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64411 is #49BBEE. Grayscale: #606060. Windows color (decimal): -4832239 or 1131702. OLE color: 1131702.

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

Color convert

RGB 182 68 17 -
CMYK 0 0.63 0.91 0.29
HSL 18.55º 0.83% 0.39% -
HSV(B) 18.55º 0.91% 0.71% -
XYZ 21.46 14.12 2.12 -
YUV 96.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 182 68 17 0 0.63 0.91 0.29 18.55 0.83 0.39
Hex B6 44 11 0 3F 5B 1D 13 53 27
Octal 266 104 21 0 77 133 35 23 123 47
Binary 10110110 1000100 10001 0 111111 1011011 11101 10011 1010011 100111

Color Harmonies of #B64411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64411

Black with #B64411

Text Example


Text Example

White with #B64411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64411; }

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

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

background-color css

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

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

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

border-color css

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

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

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