Html Css Color HEX #B64203 Rust

📋 copy color: '#B64203'

red 182 ◦ green 66 ◦ blue 3

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

Shades of Rust #B64203

Tints of Rust #B64203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 72.51%
G = 26.29%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64203 (or 0xB64203) is known color: Rust. HEX triplet: B6, 42 and 03. RGB value is (182,66,3). Sum of RGB (Red+Green+Blue) = 182+66+3=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B64203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64203 is #49BDFC. Grayscale: #5D5D5D. Windows color (decimal): -4832765 or 213686. OLE color: 213686.

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

Color convert

RGB 182 66 3 -
CMYK 0 0.64 0.98 0.29
HSL 21.12º 0.97% 0.36% -
HSV(B) 21.12º 0.98% 0.71% -
XYZ 21.26 13.85 1.64 -
YUV 93.5 76.93 191.12 -
System Red Green Blue C M Y K H S L
Decimal 182 66 3 0 0.64 0.98 0.29 21.12 0.97 0.36
Hex B6 42 3 0 40 62 1D 15 61 24
Octal 266 102 3 0 100 142 35 25 141 44
Binary 10110110 1000010 11 0 1000000 1100010 11101 10101 1100001 100100

Color Harmonies of #B64203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64203

Black with #B64203

Text Example


Text Example

White with #B64203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64203; }

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

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

background-color css

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

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

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

border-color css

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

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

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