Html Css Color HEX #B63003 Rust

📋 copy color: '#B63003'

red 182 ◦ green 48 ◦ blue 3

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

Shades of Rust #B63003

Tints of Rust #B63003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

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

R = 78.11%
G = 20.6%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B63003 (or 0xB63003) is known color: Rust. HEX triplet: B6, 30 and 03. RGB value is (182,48,3). Sum of RGB (Red+Green+Blue) = 182+48+3=233 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.11% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 182 - color contains mainly: red. Hex color #B63003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63003 is #49CFFC. Grayscale: #535353. Windows color (decimal): -4837373 or 209078. OLE color: 209078.

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

Color convert

RGB 182 48 3 -
CMYK 0 0.74 0.98 0.29
HSL 15.08º 0.97% 0.36% -
HSV(B) 15.08º 0.98% 0.71% -
XYZ 20.36 12.07 1.34 -
YUV 82.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 182 48 3 0 0.74 0.98 0.29 15.08 0.97 0.36
Hex B6 30 3 0 4A 62 1D F 61 24
Octal 266 60 3 0 112 142 35 17 141 44
Binary 10110110 110000 11 0 1001010 1100010 11101 1111 1100001 100100

Color Harmonies of #B63003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63003

Black with #B63003

Text Example


Text Example

White with #B63003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63003; }

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

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

background-color css

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

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

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

border-color css

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

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

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