Html Css Color HEX #B63C13 Rust

📋 copy color: '#B63C13'

red 182 ◦ green 60 ◦ blue 19

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

Shades of Rust #B63C13

Tints of Rust #B63C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 69.73%
G = 22.99%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63C13 (or 0xB63C13) is known color: Rust. HEX triplet: B6, 3C and 13. RGB value is (182,60,19). Sum of RGB (Red+Green+Blue) = 182+60+19=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C13 is #49C3EC. Grayscale: #5C5C5C. Windows color (decimal): -4834285 or 1260726. OLE color: 1260726.

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

Color convert

RGB 182 60 19 -
CMYK 0 0.67 0.90 0.29
HSL 15.09º 0.81% 0.39% -
HSV(B) 15.09º 0.9% 0.71% -
XYZ 21.02 13.22 2.06 -
YUV 91.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 182 60 19 0 0.67 0.90 0.29 15.09 0.81 0.39
Hex B6 3C 13 0 43 5A 1D F 51 27
Octal 266 74 23 0 103 132 35 17 121 47
Binary 10110110 111100 10011 0 1000011 1011010 11101 1111 1010001 100111

Color Harmonies of #B63C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C13

Black with #B63C13

Text Example


Text Example

White with #B63C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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