Html Css Color HEX #B64B0A Rust

📋 copy color: '#B64B0A'

red 182 ◦ green 75 ◦ blue 10

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

Shades of Rust #B64B0A

Tints of Rust #B64B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.75%

R = 68.16%
G = 28.09%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B64B0A (or 0xB64B0A) is known color: Rust. HEX triplet: B6, 4B and 0A. RGB value is (182,75,10). Sum of RGB (Red+Green+Blue) = 182+75+10=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64B0A is #49B4F5. Grayscale: #636363. Windows color (decimal): -4830454 or 674742. OLE color: 674742.

HSL color Cylindrical-coordinate representation of color #B64B0A: hue angle of 22.67º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B64B0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 75 10 -
CMYK 0 0.59 0.95 0.29
HSL 22.67º 0.9% 0.38% -
HSV(B) 22.67º 0.95% 0.71% -
XYZ 21.86 15 2.03 -
YUV 99.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 182 75 10 0 0.59 0.95 0.29 22.67 0.9 0.38
Hex B6 4B A 0 3B 5F 1D 17 5A 26
Octal 266 113 12 0 73 137 35 27 132 46
Binary 10110110 1001011 1010 0 111011 1011111 11101 10111 1011010 100110

Color Harmonies of #B64B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64B0A

Black with #B64B0A

Text Example


Text Example

White with #B64B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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