Html Css Color HEX #B63301 Rust

📋 copy color: '#B63301'

red 182 ◦ green 51 ◦ blue 1

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

Shades of Rust #B63301

Tints of Rust #B63301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 77.78%
G = 21.79%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B63301 (or 0xB63301) is known color: Rust. HEX triplet: B6, 33 and 01. RGB value is (182,51,1). Sum of RGB (Red+Green+Blue) = 182+51+1=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B63301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63301 is #49CCFE. Grayscale: #545454. Windows color (decimal): -4836607 or 78774. OLE color: 78774.

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

Color convert

RGB 182 51 1 -
CMYK 0 0.72 0.99 0.29
HSL 16.57º 0.99% 0.36% -
HSV(B) 16.57º 0.99% 0.71% -
XYZ 20.48 12.31 1.33 -
YUV 84.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 182 51 1 0 0.72 0.99 0.29 16.57 0.99 0.36
Hex B6 33 1 0 48 63 1D 11 63 24
Octal 266 63 1 0 110 143 35 21 143 44
Binary 10110110 110011 1 0 1001000 1100011 11101 10001 1100011 100100

Color Harmonies of #B63301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63301

Black with #B63301

Text Example


Text Example

White with #B63301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63301; }

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

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

background-color css

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

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

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

border-color css

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

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

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