Html Css Color HEX #B63C10 Rust

📋 copy color: '#B63C10'

red 182 ◦ green 60 ◦ blue 16

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

Shades of Rust #B63C10

Tints of Rust #B63C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 70.54%
G = 23.26%
B = 6.2%

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

#B63C10 (or 0xB63C10) is known color: Rust. HEX triplet: B6, 3C and 10. RGB value is (182,60,16). Sum of RGB (Red+Green+Blue) = 182+60+16=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C10 is #49C3EF. Grayscale: #5B5B5B. Windows color (decimal): -4834288 or 1064118. OLE color: 1064118.

HSL color Cylindrical-coordinate representation of color #B63C10: hue angle of 15.9º degrees, saturation: 0.84, 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 #B63C10 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 16 -
CMYK 0 0.67 0.91 0.29
HSL 15.9º 0.84% 0.39% -
HSV(B) 15.9º 0.91% 0.71% -
XYZ 21 13.21 1.93 -
YUV 91.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 182 60 16 0 0.67 0.91 0.29 15.9 0.84 0.39
Hex B6 3C 10 0 43 5B 1D 10 54 27
Octal 266 74 20 0 103 133 35 20 124 47
Binary 10110110 111100 10000 0 1000011 1011011 11101 10000 1010100 100111

Color Harmonies of #B63C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C10

Black with #B63C10

Text Example


Text Example

White with #B63C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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