Html Css Color HEX #B63C11 Rust

📋 copy color: '#B63C11'

red 182 ◦ green 60 ◦ blue 17

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

Shades of Rust #B63C11

Tints of Rust #B63C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 70.27%
G = 23.17%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B63C11 (or 0xB63C11) is known color: Rust. HEX triplet: B6, 3C and 11. RGB value is (182,60,17). Sum of RGB (Red+Green+Blue) = 182+60+17=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C11 is #49C3EE. Grayscale: #5B5B5B. Windows color (decimal): -4834287 or 1129654. OLE color: 1129654.

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

Color convert

RGB 182 60 17 -
CMYK 0 0.67 0.91 0.29
HSL 15.64º 0.83% 0.39% -
HSV(B) 15.64º 0.91% 0.71% -
XYZ 21.01 13.22 1.97 -
YUV 91.58 85.92 192.5 -
System Red Green Blue C M Y K H S L
Decimal 182 60 17 0 0.67 0.91 0.29 15.64 0.83 0.39
Hex B6 3C 11 0 43 5B 1D 10 53 27
Octal 266 74 21 0 103 133 35 20 123 47
Binary 10110110 111100 10001 0 1000011 1011011 11101 10000 1010011 100111

Color Harmonies of #B63C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C11

Black with #B63C11

Text Example


Text Example

White with #B63C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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