Html Css Color HEX #B63B03 Rust

📋 copy color: '#B63B03'

red 182 ◦ green 59 ◦ blue 3

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

Shades of Rust #B63B03

Tints of Rust #B63B03

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

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

R = 74.59%
G = 24.18%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B63B03 (or 0xB63B03) is known color: Rust. HEX triplet: B6, 3B and 03. RGB value is (182,59,3). Sum of RGB (Red+Green+Blue) = 182+59+3=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63B03 is #49C4FC. Grayscale: #595959. Windows color (decimal): -4834557 or 211894. OLE color: 211894.

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

Color convert

RGB 182 59 3 -
CMYK 0 0.68 0.98 0.29
HSL 18.77º 0.97% 0.36% -
HSV(B) 18.77º 0.98% 0.71% -
XYZ 20.87 13.08 1.51 -
YUV 89.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 182 59 3 0 0.68 0.98 0.29 18.77 0.97 0.36
Hex B6 3B 3 0 44 62 1D 13 61 24
Octal 266 73 3 0 104 142 35 23 141 44
Binary 10110110 111011 11 0 1000100 1100010 11101 10011 1100001 100100

Color Harmonies of #B63B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B03

Black with #B63B03

Text Example


Text Example

White with #B63B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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