Html Css Color HEX #B64F03 Rust

📋 copy color: '#B64F03'

red 182 ◦ green 79 ◦ blue 3

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

Shades of Rust #B64F03

Tints of Rust #B64F03

RGB

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

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

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

R = 68.94%
G = 29.92%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64F03 (or 0xB64F03) is known color: Rust. HEX triplet: B6, 4F and 03. RGB value is (182,79,3). Sum of RGB (Red+Green+Blue) = 182+79+3=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F03 is #49B0FC. Grayscale: #656565. Windows color (decimal): -4829437 or 217014. OLE color: 217014.

HSL color Cylindrical-coordinate representation of color #B64F03: hue angle of 25.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 #B64F03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 3 -
CMYK 0 0.57 0.98 0.29
HSL 25.47º 0.97% 0.36% -
HSV(B) 25.47º 0.98% 0.71% -
XYZ 22.1 15.54 1.92 -
YUV 101.13 72.62 185.68 -
System Red Green Blue C M Y K H S L
Decimal 182 79 3 0 0.57 0.98 0.29 25.47 0.97 0.36
Hex B6 4F 3 0 39 62 1D 19 61 24
Octal 266 117 3 0 71 142 35 31 141 44
Binary 10110110 1001111 11 0 111001 1100010 11101 11001 1100001 100100

Color Harmonies of #B64F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F03

Black with #B64F03

Text Example


Text Example

White with #B64F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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