Html Css Color HEX #30121A Rustic Red

📋 copy color: '#30121A'

red 48 ◦ green 18 ◦ blue 26

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

Shades of Rustic Red #30121A

Tints of Rustic Red #30121A

RGB

 RED value IS 48 (19.14% from 255) = 52.17%

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 26 (10.55% from 255) = 28.26%

R = 52.17%
G = 19.57%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30121A (or 0x30121A) is known color: Rustic Red. HEX triplet: 30, 12 and 1A. RGB value is (48,18,26). Sum of RGB (Red+Green+Blue) = 48+18+26=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #30121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121A is #CFEDE5. Grayscale: #1B1B1B. Windows color (decimal): -13626854 or 1708592. OLE color: 1708592.

HSL color Cylindrical-coordinate representation of color #30121A: hue angle of 344º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30121A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 26 -
CMYK 0 0.63 0.46 0.81
HSL 344º 0.45% 0.13% -
HSV(B) 344º 0.63% 0.19% -
XYZ 1.62 1.14 1.11 -
YUV 27.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 48 18 26 0 0.63 0.46 0.81 344 0.45 0.13
Hex 30 12 1A 0 3F 2E 51 158 2D D
Octal 60 22 32 0 77 56 121 530 55 15
Binary 110000 10010 11010 0 111111 101110 1010001 101011000 101101 1101

Color Harmonies of #30121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30121A

Black with #30121A

Text Example


Text Example

White with #30121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30121A; }

 p { color: rgb(48,18,26); }

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

background-color css

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

 a { background-color: rgb(48,18,26); }

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

border-color css

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

 span { border-color: rgb(48,18,26); }

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