Html Css Color HEX #30181A Rustic Red

📋 copy color: '#30181A'

red 48 ◦ green 24 ◦ blue 26

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

Shades of Rustic Red #30181A

Tints of Rustic Red #30181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 48.98%
G = 24.49%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30181A (or 0x30181A) is known color: Rustic Red. HEX triplet: 30, 18 and 1A. RGB value is (48,24,26). Sum of RGB (Red+Green+Blue) = 48+24+26=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181A is #CFE7E5. Grayscale: #1F1F1F. Windows color (decimal): -13625318 or 1710128. OLE color: 1710128.

HSL color Cylindrical-coordinate representation of color #30181A: hue angle of 355º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30181A is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 26 -
CMYK 0 0.5 0.46 0.81
HSL 355º 0.33% 0.14% -
HSV(B) 355º 0.5% 0.19% -
XYZ 1.73 1.36 1.15 -
YUV 31.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 48 24 26 0 0.5 0.46 0.81 355 0.33 0.14
Hex 30 18 1A 0 32 2E 51 163 21 E
Octal 60 30 32 0 62 56 121 543 41 16
Binary 110000 11000 11010 0 110010 101110 1010001 101100011 100001 1110

Color Harmonies of #30181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30181A

Black with #30181A

Text Example


Text Example

White with #30181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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