Html Css Color HEX #B64F0F Rust

📋 copy color: '#B64F0F'

red 182 ◦ green 79 ◦ blue 15

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

Shades of Rust #B64F0F

Tints of Rust #B64F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 65.94%
G = 28.62%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B64F0F (or 0xB64F0F) is known color: Rust. HEX triplet: B6, 4F and 0F. RGB value is (182,79,15). Sum of RGB (Red+Green+Blue) = 182+79+15=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F0F is #49B0F0. Grayscale: #666666. Windows color (decimal): -4829425 or 1003446. OLE color: 1003446.

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

Color convert

RGB 182 79 15 -
CMYK 0 0.57 0.92 0.29
HSL 22.99º 0.85% 0.39% -
HSV(B) 22.99º 0.92% 0.71% -
XYZ 22.17 15.57 2.29 -
YUV 102.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 182 79 15 0 0.57 0.92 0.29 22.99 0.85 0.39
Hex B6 4F F 0 39 5C 1D 17 55 27
Octal 266 117 17 0 71 134 35 27 125 47
Binary 10110110 1001111 1111 0 111001 1011100 11101 10111 1010101 100111

Color Harmonies of #B64F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F0F

Black with #B64F0F

Text Example


Text Example

White with #B64F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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