Html Css Color HEX #B63F00 Rust

📋 copy color: '#B63F00'

red 182 ◦ green 63 ◦ blue 0

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

Shades of Rust #B63F00

Tints of Rust #B63F00

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

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

R = 74.29%
G = 25.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63F00 (or 0xB63F00) is known color: Rust. HEX triplet: B6, 3F and 00. RGB value is (182,63,0). Sum of RGB (Red+Green+Blue) = 182+63+0=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F00 is #49C0FF. Grayscale: #5B5B5B. Windows color (decimal): -4833536 or 16310. OLE color: 16310.

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

Color convert

RGB 182 63 0 -
CMYK 0 0.65 1 0.29
HSL 20.77º 1% 0.36% -
HSV(B) 20.77º 1% 0.71% -
XYZ 21.07 13.5 1.5 -
YUV 91.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 182 63 0 0 0.65 1 0.29 20.77 1 0.36
Hex B6 3F 0 0 41 64 1D 15 64 24
Octal 266 77 0 0 101 144 35 25 144 44
Binary 10110110 111111 0 0 1000001 1100100 11101 10101 1100100 100100

Color Harmonies of #B63F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F00

Black with #B63F00

Text Example


Text Example

White with #B63F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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