Html Css Color HEX #B64303 Rust

📋 copy color: '#B64303'

red 182 ◦ green 67 ◦ blue 3

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

Shades of Rust #B64303

Tints of Rust #B64303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 72.22%
G = 26.59%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64303 (or 0xB64303) is known color: Rust. HEX triplet: B6, 43 and 03. RGB value is (182,67,3). Sum of RGB (Red+Green+Blue) = 182+67+3=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B64303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64303 is #49BCFC. Grayscale: #5E5E5E. Windows color (decimal): -4832509 or 213942. OLE color: 213942.

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

Color convert

RGB 182 67 3 -
CMYK 0 0.63 0.98 0.29
HSL 21.45º 0.97% 0.36% -
HSV(B) 21.45º 0.98% 0.71% -
XYZ 21.31 13.97 1.66 -
YUV 94.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 182 67 3 0 0.63 0.98 0.29 21.45 0.97 0.36
Hex B6 43 3 0 3F 62 1D 15 61 24
Octal 266 103 3 0 77 142 35 25 141 44
Binary 10110110 1000011 11 0 111111 1100010 11101 10101 1100001 100100

Color Harmonies of #B64303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64303

Black with #B64303

Text Example


Text Example

White with #B64303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64303; }

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

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

background-color css

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

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

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

border-color css

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

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

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