Html Css Color HEX #B64C03 Rust

📋 copy color: '#B64C03'

red 182 ◦ green 76 ◦ blue 3

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

Shades of Rust #B64C03

Tints of Rust #B64C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 69.73%
G = 29.12%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64C03 (or 0xB64C03) is known color: Rust. HEX triplet: B6, 4C and 03. RGB value is (182,76,3). Sum of RGB (Red+Green+Blue) = 182+76+3=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C03 is #49B3FC. Grayscale: #636363. Windows color (decimal): -4830205 or 216246. OLE color: 216246.

HSL color Cylindrical-coordinate representation of color #B64C03: hue angle of 24.47º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B64C03 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 3 -
CMYK 0 0.58 0.98 0.29
HSL 24.47º 0.97% 0.36% -
HSV(B) 24.47º 0.98% 0.71% -
XYZ 21.89 15.12 1.85 -
YUV 99.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 182 76 3 0 0.58 0.98 0.29 24.47 0.97 0.36
Hex B6 4C 3 0 3A 62 1D 18 61 24
Octal 266 114 3 0 72 142 35 30 141 44
Binary 10110110 1001100 11 0 111010 1100010 11101 11000 1100001 100100

Color Harmonies of #B64C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C03

Black with #B64C03

Text Example


Text Example

White with #B64C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C03; }

 p { color: rgb(182,76,3); }

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

background-color css

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

 a { background-color: rgb(182,76,3); }

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

border-color css

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

 span { border-color: rgb(182,76,3); }

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