Html Css Color HEX #B63C20 Rust

📋 copy color: '#B63C20'

red 182 ◦ green 60 ◦ blue 32

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

Shades of Rust #B63C20

Tints of Rust #B63C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 66.42%
G = 21.9%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B63C20 (or 0xB63C20) is known color: Rust. HEX triplet: B6, 3C and 20. RGB value is (182,60,32). Sum of RGB (Red+Green+Blue) = 182+60+32=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C20 is #49C3DF. Grayscale: #5D5D5D. Windows color (decimal): -4834272 or 2112694. OLE color: 2112694.

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

Color convert

RGB 182 60 32 -
CMYK 0 0.67 0.82 0.29
HSL 11.2º 0.7% 0.42% -
HSV(B) 11.2º 0.82% 0.71% -
XYZ 21.17 13.28 2.81 -
YUV 93.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 182 60 32 0 0.67 0.82 0.29 11.2 0.7 0.42
Hex B6 3C 20 0 43 52 1D B 46 2A
Octal 266 74 40 0 103 122 35 13 106 52
Binary 10110110 111100 100000 0 1000011 1010010 11101 1011 1000110 101010

Color Harmonies of #B63C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C20

Black with #B63C20

Text Example


Text Example

White with #B63C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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