Html Css Color HEX #B63C0E Rust

📋 copy color: '#B63C0E'

red 182 ◦ green 60 ◦ blue 14

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

Shades of Rust #B63C0E

Tints of Rust #B63C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 71.09%
G = 23.44%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B63C0E (or 0xB63C0E) is known color: Rust. HEX triplet: B6, 3C and 0E. RGB value is (182,60,14). Sum of RGB (Red+Green+Blue) = 182+60+14=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C0E is #49C3F1. Grayscale: #5B5B5B. Windows color (decimal): -4834290 or 933046. OLE color: 933046.

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

Color convert

RGB 182 60 14 -
CMYK 0 0.67 0.92 0.29
HSL 16.43º 0.86% 0.38% -
HSV(B) 16.43º 0.92% 0.71% -
XYZ 20.99 13.21 1.86 -
YUV 91.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 182 60 14 0 0.67 0.92 0.29 16.43 0.86 0.38
Hex B6 3C E 0 43 5C 1D 10 56 26
Octal 266 74 16 0 103 134 35 20 126 46
Binary 10110110 111100 1110 0 1000011 1011100 11101 10000 1010110 100110

Color Harmonies of #B63C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C0E

Black with #B63C0E

Text Example


Text Example

White with #B63C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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