Html Css Color HEX #B63708 Rust

📋 copy color: '#B63708'

red 182 ◦ green 55 ◦ blue 8

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

Shades of Rust #B63708

Tints of Rust #B63708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 74.29%
G = 22.45%
B = 3.27%

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

#B63708 (or 0xB63708) is known color: Rust. HEX triplet: B6, 37 and 08. RGB value is (182,55,8). Sum of RGB (Red+Green+Blue) = 182+55+8=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B63708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63708 is #49C8F7. Grayscale: #575757. Windows color (decimal): -4835576 or 538550. OLE color: 538550.

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

Color convert

RGB 182 55 8 -
CMYK 0 0.70 0.96 0.29
HSL 16.21º 0.92% 0.37% -
HSV(B) 16.21º 0.96% 0.71% -
XYZ 20.7 12.69 1.59 -
YUV 87.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 182 55 8 0 0.70 0.96 0.29 16.21 0.92 0.37
Hex B6 37 8 0 46 60 1D 10 5C 25
Octal 266 67 10 0 106 140 35 20 134 45
Binary 10110110 110111 1000 0 1000110 1100000 11101 10000 1011100 100101

Color Harmonies of #B63708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63708

Black with #B63708

Text Example


Text Example

White with #B63708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63708; }

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

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

background-color css

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

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

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

border-color css

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

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

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