Html Css Color HEX #B63707 Rust

📋 copy color: '#B63707'

red 182 ◦ green 55 ◦ blue 7

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

Shades of Rust #B63707

Tints of Rust #B63707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.87%

R = 74.59%
G = 22.54%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B63707 (or 0xB63707) is known color: Rust. HEX triplet: B6, 37 and 07. RGB value is (182,55,7). Sum of RGB (Red+Green+Blue) = 182+55+7=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B63707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63707 is #49C8F8. Grayscale: #575757. Windows color (decimal): -4835577 or 473014. OLE color: 473014.

HSL color Cylindrical-coordinate representation of color #B63707: hue angle of 16.46º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B63707 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 7 -
CMYK 0 0.70 0.96 0.29
HSL 16.46º 0.93% 0.37% -
HSV(B) 16.46º 0.96% 0.71% -
XYZ 20.7 12.69 1.56 -
YUV 87.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 182 55 7 0 0.70 0.96 0.29 16.46 0.93 0.37
Hex B6 37 7 0 46 60 1D 10 5D 25
Octal 266 67 7 0 106 140 35 20 135 45
Binary 10110110 110111 111 0 1000110 1100000 11101 10000 1011101 100101

Color Harmonies of #B63707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63707

Black with #B63707

Text Example


Text Example

White with #B63707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63707; }

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

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

background-color css

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

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

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

border-color css

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

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

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