Html Css Color HEX #B63508 Rust

📋 copy color: '#B63508'

red 182 ◦ green 53 ◦ blue 8

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

Shades of Rust #B63508

Tints of Rust #B63508

RGB

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

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

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

R = 74.9%
G = 21.81%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B63508 (or 0xB63508) is known color: Rust. HEX triplet: B6, 35 and 08. RGB value is (182,53,8). Sum of RGB (Red+Green+Blue) = 182+53+8=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B63508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63508 is #49CAF7. Grayscale: #565656. Windows color (decimal): -4836088 or 538038. OLE color: 538038.

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

Color convert

RGB 182 53 8 -
CMYK 0 0.71 0.96 0.29
HSL 15.52º 0.92% 0.37% -
HSV(B) 15.52º 0.96% 0.71% -
XYZ 20.61 12.51 1.56 -
YUV 86.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 182 53 8 0 0.71 0.96 0.29 15.52 0.92 0.37
Hex B6 35 8 0 47 60 1D 10 5C 25
Octal 266 65 10 0 107 140 35 20 134 45
Binary 10110110 110101 1000 0 1000111 1100000 11101 10000 1011100 100101

Color Harmonies of #B63508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63508

Black with #B63508

Text Example


Text Example

White with #B63508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63508; }

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

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

background-color css

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

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

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

border-color css

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

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

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