Html Css Color HEX #B63D18 Rust

📋 copy color: '#B63D18'

red 182 ◦ green 61 ◦ blue 24

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

Shades of Rust #B63D18

Tints of Rust #B63D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.85%

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 68.16%
G = 22.85%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B63D18 (or 0xB63D18) is known color: Rust. HEX triplet: B6, 3D and 18. RGB value is (182,61,24). Sum of RGB (Red+Green+Blue) = 182+61+24=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D18 is #49C2E7. Grayscale: #5D5D5D. Windows color (decimal): -4834024 or 1588662. OLE color: 1588662.

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

Color convert

RGB 182 61 24 -
CMYK 0 0.66 0.87 0.29
HSL 14.05º 0.77% 0.4% -
HSV(B) 14.05º 0.87% 0.71% -
XYZ 21.13 13.35 2.33 -
YUV 92.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 182 61 24 0 0.66 0.87 0.29 14.05 0.77 0.4
Hex B6 3D 18 0 42 57 1D E 4D 28
Octal 266 75 30 0 102 127 35 16 115 50
Binary 10110110 111101 11000 0 1000010 1010111 11101 1110 1001101 101000

Color Harmonies of #B63D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D18

Black with #B63D18

Text Example


Text Example

White with #B63D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D18; }

 p { color: rgb(182,61,24); }

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

background-color css

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

 a { background-color: rgb(182,61,24); }

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

border-color css

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

 span { border-color: rgb(182,61,24); }

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