Html Css Color HEX #B64A0B Rust

📋 copy color: '#B64A0B'

red 182 ◦ green 74 ◦ blue 11

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

Shades of Rust #B64A0B

Tints of Rust #B64A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 68.16%
G = 27.72%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B64A0B (or 0xB64A0B) is known color: Rust. HEX triplet: B6, 4A and 0B. RGB value is (182,74,11). Sum of RGB (Red+Green+Blue) = 182+74+11=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A0B is #49B5F4. Grayscale: #636363. Windows color (decimal): -4830709 or 740022. OLE color: 740022.

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

Color convert

RGB 182 74 11 -
CMYK 0 0.59 0.94 0.29
HSL 22.11º 0.89% 0.38% -
HSV(B) 22.11º 0.94% 0.71% -
XYZ 21.8 14.87 2.04 -
YUV 99.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 182 74 11 0 0.59 0.94 0.29 22.11 0.89 0.38
Hex B6 4A B 0 3B 5E 1D 16 59 26
Octal 266 112 13 0 73 136 35 26 131 46
Binary 10110110 1001010 1011 0 111011 1011110 11101 10110 1011001 100110

Color Harmonies of #B64A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A0B

Black with #B64A0B

Text Example


Text Example

White with #B64A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A0B; }

 p { color: rgb(182,74,11); }

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

background-color css

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

 a { background-color: rgb(182,74,11); }

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

border-color css

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

 span { border-color: rgb(182,74,11); }

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