Html Css Color HEX #B63504 Rust

📋 copy color: '#B63504'

red 182 ◦ green 53 ◦ blue 4

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

Shades of Rust #B63504

Tints of Rust #B63504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 76.15%
G = 22.18%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B63504 (or 0xB63504) is known color: Rust. HEX triplet: B6, 35 and 04. RGB value is (182,53,4). Sum of RGB (Red+Green+Blue) = 182+53+4=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B63504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63504 is #49CAFB. Grayscale: #565656. Windows color (decimal): -4836092 or 275894. OLE color: 275894.

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

Color convert

RGB 182 53 4 -
CMYK 0 0.71 0.98 0.29
HSL 16.52º 0.96% 0.36% -
HSV(B) 16.52º 0.98% 0.71% -
XYZ 20.59 12.5 1.44 -
YUV 85.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 182 53 4 0 0.71 0.98 0.29 16.52 0.96 0.36
Hex B6 35 4 0 47 62 1D 11 60 24
Octal 266 65 4 0 107 142 35 21 140 44
Binary 10110110 110101 100 0 1000111 1100010 11101 10001 1100000 100100

Color Harmonies of #B63504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63504

Black with #B63504

Text Example


Text Example

White with #B63504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63504; }

 p { color: rgb(182,53,4); }

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

background-color css

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

 a { background-color: rgb(182,53,4); }

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

border-color css

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

 span { border-color: rgb(182,53,4); }

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