Html Css Color HEX #B63E01 Rust

📋 copy color: '#B63E01'

red 182 ◦ green 62 ◦ blue 1

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

Shades of Rust #B63E01

Tints of Rust #B63E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 74.29%
G = 25.31%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B63E01 (or 0xB63E01) is known color: Rust. HEX triplet: B6, 3E and 01. RGB value is (182,62,1). Sum of RGB (Red+Green+Blue) = 182+62+1=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63E01 is #49C1FE. Grayscale: #5B5B5B. Windows color (decimal): -4833791 or 81590. OLE color: 81590.

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

Color convert

RGB 182 62 1 -
CMYK 0 0.66 0.99 0.29
HSL 20.22º 0.99% 0.36% -
HSV(B) 20.22º 0.99% 0.71% -
XYZ 21.02 13.39 1.51 -
YUV 90.93 77.26 192.96 -
System Red Green Blue C M Y K H S L
Decimal 182 62 1 0 0.66 0.99 0.29 20.22 0.99 0.36
Hex B6 3E 1 0 42 63 1D 14 63 24
Octal 266 76 1 0 102 143 35 24 143 44
Binary 10110110 111110 1 0 1000010 1100011 11101 10100 1100011 100100

Color Harmonies of #B63E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E01

Black with #B63E01

Text Example


Text Example

White with #B63E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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