Html Css Color HEX #B63C00 Rust

📋 copy color: '#B63C00'

red 182 ◦ green 60 ◦ blue 0

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

Shades of Rust #B63C00

Tints of Rust #B63C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.21%
G = 24.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63C00 (or 0xB63C00) is known color: Rust. HEX triplet: B6, 3C and 00. RGB value is (182,60,0). Sum of RGB (Red+Green+Blue) = 182+60+0=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C00 is #49C3FF. Grayscale: #5A5A5A. Windows color (decimal): -4834304 or 15542. OLE color: 15542.

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

Color convert

RGB 182 60 0 -
CMYK 0 0.67 1 0.29
HSL 19.78º 1% 0.36% -
HSV(B) 19.78º 1% 0.71% -
XYZ 20.91 13.18 1.44 -
YUV 89.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 182 60 0 0 0.67 1 0.29 19.78 1 0.36
Hex B6 3C 0 0 43 64 1D 14 64 24
Octal 266 74 0 0 103 144 35 24 144 44
Binary 10110110 111100 0 0 1000011 1100100 11101 10100 1100100 100100

Color Harmonies of #B63C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C00

Black with #B63C00

Text Example


Text Example

White with #B63C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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