Html Css Color HEX #B63103 Rust

📋 copy color: '#B63103'

red 182 ◦ green 49 ◦ blue 3

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

Shades of Rust #B63103

Tints of Rust #B63103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 77.78%
G = 20.94%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B63103 (or 0xB63103) is known color: Rust. HEX triplet: B6, 31 and 03. RGB value is (182,49,3). Sum of RGB (Red+Green+Blue) = 182+49+3=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B63103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63103 is #49CEFC. Grayscale: #535353. Windows color (decimal): -4837117 or 209334. OLE color: 209334.

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

Color convert

RGB 182 49 3 -
CMYK 0 0.73 0.98 0.29
HSL 15.42º 0.97% 0.36% -
HSV(B) 15.42º 0.98% 0.71% -
XYZ 20.41 12.15 1.36 -
YUV 83.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 182 49 3 0 0.73 0.98 0.29 15.42 0.97 0.36
Hex B6 31 3 0 49 62 1D F 61 24
Octal 266 61 3 0 111 142 35 17 141 44
Binary 10110110 110001 11 0 1001001 1100010 11101 1111 1100001 100100

Color Harmonies of #B63103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63103

Black with #B63103

Text Example


Text Example

White with #B63103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63103; }

 p { color: rgb(182,49,3); }

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

background-color css

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

 a { background-color: rgb(182,49,3); }

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

border-color css

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

 span { border-color: rgb(182,49,3); }

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