Html Css Color HEX #B63C18 Rust

📋 copy color: '#B63C18'

red 182 ◦ green 60 ◦ blue 24

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

Shades of Rust #B63C18

Tints of Rust #B63C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 68.42%
G = 22.56%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B63C18 (or 0xB63C18) is known color: Rust. HEX triplet: B6, 3C and 18. RGB value is (182,60,24). Sum of RGB (Red+Green+Blue) = 182+60+24=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C18 is #49C3E7. Grayscale: #5C5C5C. Windows color (decimal): -4834280 or 1588406. OLE color: 1588406.

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

Color convert

RGB 182 60 24 -
CMYK 0 0.67 0.87 0.29
HSL 13.67º 0.77% 0.4% -
HSV(B) 13.67º 0.87% 0.71% -
XYZ 21.07 13.24 2.31 -
YUV 92.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 182 60 24 0 0.67 0.87 0.29 13.67 0.77 0.4
Hex B6 3C 18 0 43 57 1D E 4D 28
Octal 266 74 30 0 103 127 35 16 115 50
Binary 10110110 111100 11000 0 1000011 1010111 11101 1110 1001101 101000

Color Harmonies of #B63C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C18

Black with #B63C18

Text Example


Text Example

White with #B63C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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