Html Css Color HEX #B64B0F Rust

📋 copy color: '#B64B0F'

red 182 ◦ green 75 ◦ blue 15

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

Shades of Rust #B64B0F

Tints of Rust #B64B0F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

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

R = 66.91%
G = 27.57%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B64B0F (or 0xB64B0F) is known color: Rust. HEX triplet: B6, 4B and 0F. RGB value is (182,75,15). Sum of RGB (Red+Green+Blue) = 182+75+15=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64B0F is #49B4F0. Grayscale: #646464. Windows color (decimal): -4830449 or 1002422. OLE color: 1002422.

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

Color convert

RGB 182 75 15 -
CMYK 0 0.59 0.92 0.29
HSL 21.56º 0.85% 0.39% -
HSV(B) 21.56º 0.92% 0.71% -
XYZ 21.89 15.01 2.2 -
YUV 100.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 182 75 15 0 0.59 0.92 0.29 21.56 0.85 0.39
Hex B6 4B F 0 3B 5C 1D 16 55 27
Octal 266 113 17 0 73 134 35 26 125 47
Binary 10110110 1001011 1111 0 111011 1011100 11101 10110 1010101 100111

Color Harmonies of #B64B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64B0F

Black with #B64B0F

Text Example


Text Example

White with #B64B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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