Html Css Color HEX #18030D Rustic Red

📋 copy color: '#18030D'

red 24 ◦ green 3 ◦ blue 13

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

Shades of Rustic Red #18030D

Tints of Rustic Red #18030D

RGB

 RED value IS 24 (9.77% from 255) = 60%

 GREEN value IS 3 (1.56% from 255) = 7.5%

 BLUE value IS 13 (5.47% from 255) = 32.5%

R = 60%
G = 7.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#18030D (or 0x18030D) is known color: Rustic Red. HEX triplet: 18, 03 and 0D. RGB value is (24,3,13). Sum of RGB (Red+Green+Blue) = 24+3+13=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #18030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18030D is #E7FCF2. Grayscale: #0A0A0A. Windows color (decimal): -15203571 or 852760. OLE color: 852760.

HSL color Cylindrical-coordinate representation of color #18030D: hue angle of 331.43º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18030D is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 3 13 -
CMYK 0 0.88 0.46 0.91
HSL 331.43º 0.78% 0.05% -
HSV(B) 331.43º 0.88% 0.09% -
XYZ 0.48 0.29 0.41 -
YUV 10.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 24 3 13 0 0.88 0.46 0.91 331.43 0.78 0.05
Hex 18 3 D 0 58 2E 5B 14B 4E 5
Octal 30 3 15 0 130 56 133 513 116 5
Binary 11000 11 1101 0 1011000 101110 1011011 101001011 1001110 101

Color Harmonies of #18030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18030D

Black with #18030D

Text Example


Text Example

White with #18030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18030D; }

 p { color: rgb(24,3,13); }

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

background-color css

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

 a { background-color: rgb(24,3,13); }

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

border-color css

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

 span { border-color: rgb(24,3,13); }

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