Html Css Color HEX #B63C0F Rust

📋 copy color: '#B63C0F'

red 182 ◦ green 60 ◦ blue 15

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

Shades of Rust #B63C0F

Tints of Rust #B63C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 70.82%
G = 23.35%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B63C0F (or 0xB63C0F) is known color: Rust. HEX triplet: B6, 3C and 0F. RGB value is (182,60,15). Sum of RGB (Red+Green+Blue) = 182+60+15=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C0F is #49C3F0. Grayscale: #5B5B5B. Windows color (decimal): -4834289 or 998582. OLE color: 998582.

HSL color Cylindrical-coordinate representation of color #B63C0F: hue angle of 16.17º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B63C0F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 15 -
CMYK 0 0.67 0.92 0.29
HSL 16.17º 0.85% 0.39% -
HSV(B) 16.17º 0.92% 0.71% -
XYZ 20.99 13.21 1.9 -
YUV 91.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 182 60 15 0 0.67 0.92 0.29 16.17 0.85 0.39
Hex B6 3C F 0 43 5C 1D 10 55 27
Octal 266 74 17 0 103 134 35 20 125 47
Binary 10110110 111100 1111 0 1000011 1011100 11101 10000 1010101 100111

Color Harmonies of #B63C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C0F

Black with #B63C0F

Text Example


Text Example

White with #B63C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C0F; }

 p { color: rgb(182,60,15); }

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

background-color css

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

 a { background-color: rgb(182,60,15); }

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

border-color css

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

 span { border-color: rgb(182,60,15); }

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