Html Css Color HEX #B63C15 Rust

📋 copy color: '#B63C15'

red 182 ◦ green 60 ◦ blue 21

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

Shades of Rust #B63C15

Tints of Rust #B63C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 69.2%
G = 22.81%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B63C15 (or 0xB63C15) is known color: Rust. HEX triplet: B6, 3C and 15. RGB value is (182,60,21). Sum of RGB (Red+Green+Blue) = 182+60+21=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C15 is #49C3EA. Grayscale: #5C5C5C. Windows color (decimal): -4834283 or 1391798. OLE color: 1391798.

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

Color convert

RGB 182 60 21 -
CMYK 0 0.67 0.88 0.29
HSL 14.53º 0.79% 0.4% -
HSV(B) 14.53º 0.88% 0.71% -
XYZ 21.04 13.23 2.15 -
YUV 92.03 87.92 192.17 -
System Red Green Blue C M Y K H S L
Decimal 182 60 21 0 0.67 0.88 0.29 14.53 0.79 0.4
Hex B6 3C 15 0 43 58 1D F 4F 28
Octal 266 74 25 0 103 130 35 17 117 50
Binary 10110110 111100 10101 0 1000011 1011000 11101 1111 1001111 101000

Color Harmonies of #B63C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C15

Black with #B63C15

Text Example


Text Example

White with #B63C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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