Html Css Color HEX #B64F09 Rust

📋 copy color: '#B64F09'

red 182 ◦ green 79 ◦ blue 9

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

Shades of Rust #B64F09

Tints of Rust #B64F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

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

R = 67.41%
G = 29.26%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B64F09 (or 0xB64F09) is known color: Rust. HEX triplet: B6, 4F and 09. RGB value is (182,79,9). Sum of RGB (Red+Green+Blue) = 182+79+9=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F09 is #49B0F6. Grayscale: #666666. Windows color (decimal): -4829431 or 610230. OLE color: 610230.

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

Color convert

RGB 182 79 9 -
CMYK 0 0.57 0.95 0.29
HSL 24.28º 0.91% 0.37% -
HSV(B) 24.28º 0.95% 0.71% -
XYZ 22.14 15.56 2.09 -
YUV 101.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 182 79 9 0 0.57 0.95 0.29 24.28 0.91 0.37
Hex B6 4F 9 0 39 5F 1D 18 5B 25
Octal 266 117 11 0 71 137 35 30 133 45
Binary 10110110 1001111 1001 0 111001 1011111 11101 11000 1011011 100101

Color Harmonies of #B64F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F09

Black with #B64F09

Text Example


Text Example

White with #B64F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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