Html Css Color HEX #B63208 Rust

📋 copy color: '#B63208'

red 182 ◦ green 50 ◦ blue 8

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

Shades of Rust #B63208

Tints of Rust #B63208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 75.83%
G = 20.83%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B63208 (or 0xB63208) is known color: Rust. HEX triplet: B6, 32 and 08. RGB value is (182,50,8). Sum of RGB (Red+Green+Blue) = 182+50+8=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63208 is #49CDF7. Grayscale: #545454. Windows color (decimal): -4836856 or 537270. OLE color: 537270.

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

Color convert

RGB 182 50 8 -
CMYK 0 0.73 0.96 0.29
HSL 14.48º 0.92% 0.37% -
HSV(B) 14.48º 0.96% 0.71% -
XYZ 20.48 12.24 1.51 -
YUV 84.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 182 50 8 0 0.73 0.96 0.29 14.48 0.92 0.37
Hex B6 32 8 0 49 60 1D E 5C 25
Octal 266 62 10 0 111 140 35 16 134 45
Binary 10110110 110010 1000 0 1001001 1100000 11101 1110 1011100 100101

Color Harmonies of #B63208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63208

Black with #B63208

Text Example


Text Example

White with #B63208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63208; }

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

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

background-color css

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

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

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

border-color css

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

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

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