Html Css Color HEX #B64F02 Rust

📋 copy color: '#B64F02'

red 182 ◦ green 79 ◦ blue 2

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

Shades of Rust #B64F02

Tints of Rust #B64F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 69.2%
G = 30.04%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B64F02 (or 0xB64F02) is known color: Rust. HEX triplet: B6, 4F and 02. RGB value is (182,79,2). Sum of RGB (Red+Green+Blue) = 182+79+2=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F02 is #49B0FD. Grayscale: #656565. Windows color (decimal): -4829438 or 151478. OLE color: 151478.

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

Color convert

RGB 182 79 2 -
CMYK 0 0.57 0.99 0.29
HSL 25.67º 0.98% 0.36% -
HSV(B) 25.67º 0.99% 0.71% -
XYZ 22.1 15.54 1.89 -
YUV 101.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 182 79 2 0 0.57 0.99 0.29 25.67 0.98 0.36
Hex B6 4F 2 0 39 63 1D 1A 62 24
Octal 266 117 2 0 71 143 35 32 142 44
Binary 10110110 1001111 10 0 111001 1100011 11101 11010 1100010 100100

Color Harmonies of #B64F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F02

Black with #B64F02

Text Example


Text Example

White with #B64F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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