Html Css Color HEX #B63E00 Rust

📋 copy color: '#B63E00'

red 182 ◦ green 62 ◦ blue 0

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

Shades of Rust #B63E00

Tints of Rust #B63E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.41%

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

R = 74.59%
G = 25.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63E00 (or 0xB63E00) is known color: Rust. HEX triplet: B6, 3E and 00. RGB value is (182,62,0). Sum of RGB (Red+Green+Blue) = 182+62+0=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63E00 is #49C1FF. Grayscale: #5B5B5B. Windows color (decimal): -4833792 or 16054. OLE color: 16054.

HSL color Cylindrical-coordinate representation of color #B63E00: hue angle of 20.44º 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 #B63E00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 62 0 -
CMYK 0 0.66 1 0.29
HSL 20.44º 1% 0.36% -
HSV(B) 20.44º 1% 0.71% -
XYZ 21.01 13.39 1.48 -
YUV 90.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 182 62 0 0 0.66 1 0.29 20.44 1 0.36
Hex B6 3E 0 0 42 64 1D 14 64 24
Octal 266 76 0 0 102 144 35 24 144 44
Binary 10110110 111110 0 0 1000010 1100100 11101 10100 1100100 100100

Color Harmonies of #B63E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E00

Black with #B63E00

Text Example


Text Example

White with #B63E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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