Html Css Color HEX #B63A14 Rust

📋 copy color: '#B63A14'

red 182 ◦ green 58 ◦ blue 20

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

Shades of Rust #B63A14

Tints of Rust #B63A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 70%
G = 22.31%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B63A14 (or 0xB63A14) is known color: Rust. HEX triplet: B6, 3A and 14. RGB value is (182,58,20). Sum of RGB (Red+Green+Blue) = 182+58+20=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A14 is #49C5EB. Grayscale: #5B5B5B. Windows color (decimal): -4834796 or 1325750. OLE color: 1325750.

HSL color Cylindrical-coordinate representation of color #B63A14: hue angle of 14.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B63A14 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 58 20 -
CMYK 0 0.68 0.89 0.29
HSL 14.07º 0.8% 0.4% -
HSV(B) 14.07º 0.89% 0.71% -
XYZ 20.93 13.02 2.07 -
YUV 90.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 182 58 20 0 0.68 0.89 0.29 14.07 0.8 0.4
Hex B6 3A 14 0 44 59 1D E 50 28
Octal 266 72 24 0 104 131 35 16 120 50
Binary 10110110 111010 10100 0 1000100 1011001 11101 1110 1010000 101000

Color Harmonies of #B63A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A14

Black with #B63A14

Text Example


Text Example

White with #B63A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A14; }

 p { color: rgb(182,58,20); }

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

background-color css

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

 a { background-color: rgb(182,58,20); }

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

border-color css

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

 span { border-color: rgb(182,58,20); }

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