Html Css Color HEX #B63104 Rust

📋 copy color: '#B63104'

red 182 ◦ green 49 ◦ blue 4

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

Shades of Rust #B63104

Tints of Rust #B63104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 77.45%
G = 20.85%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B63104 (or 0xB63104) is known color: Rust. HEX triplet: B6, 31 and 04. RGB value is (182,49,4). Sum of RGB (Red+Green+Blue) = 182+49+4=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B63104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63104 is #49CEFB. Grayscale: #535353. Windows color (decimal): -4837116 or 274870. OLE color: 274870.

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

Color convert

RGB 182 49 4 -
CMYK 0 0.73 0.98 0.29
HSL 15.17º 0.96% 0.36% -
HSV(B) 15.17º 0.98% 0.71% -
XYZ 20.41 12.15 1.38 -
YUV 83.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 182 49 4 0 0.73 0.98 0.29 15.17 0.96 0.36
Hex B6 31 4 0 49 62 1D F 60 24
Octal 266 61 4 0 111 142 35 17 140 44
Binary 10110110 110001 100 0 1001001 1100010 11101 1111 1100000 100100

Color Harmonies of #B63104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63104

Black with #B63104

Text Example


Text Example

White with #B63104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63104; }

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

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

background-color css

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

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

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

border-color css

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

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

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