Html Css Color HEX #B63704 Rust

📋 copy color: '#B63704'

red 182 ◦ green 55 ◦ blue 4

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

Shades of Rust #B63704

Tints of Rust #B63704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 75.52%
G = 22.82%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B63704 (or 0xB63704) is known color: Rust. HEX triplet: B6, 37 and 04. RGB value is (182,55,4). Sum of RGB (Red+Green+Blue) = 182+55+4=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B63704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63704 is #49C8FB. Grayscale: #575757. Windows color (decimal): -4835580 or 276406. OLE color: 276406.

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

Color convert

RGB 182 55 4 -
CMYK 0 0.70 0.98 0.29
HSL 17.19º 0.96% 0.36% -
HSV(B) 17.19º 0.98% 0.71% -
XYZ 20.68 12.69 1.47 -
YUV 87.16 81.08 195.65 -
System Red Green Blue C M Y K H S L
Decimal 182 55 4 0 0.70 0.98 0.29 17.19 0.96 0.36
Hex B6 37 4 0 46 62 1D 11 60 24
Octal 266 67 4 0 106 142 35 21 140 44
Binary 10110110 110111 100 0 1000110 1100010 11101 10001 1100000 100100

Color Harmonies of #B63704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63704

Black with #B63704

Text Example


Text Example

White with #B63704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63704; }

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

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

background-color css

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

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

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

border-color css

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

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

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