Html Css Color HEX #30030C Rustic Red

📋 copy color: '#30030C'

red 48 ◦ green 3 ◦ blue 12

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

Shades of Rustic Red #30030C

Tints of Rustic Red #30030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 76.19%
G = 4.76%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30030C (or 0x30030C) is known color: Rustic Red. HEX triplet: 30, 03 and 0C. RGB value is (48,3,12). Sum of RGB (Red+Green+Blue) = 48+3+12=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030C is #CFFCF3. Grayscale: #111111. Windows color (decimal): -13630708 or 787248. OLE color: 787248.

HSL color Cylindrical-coordinate representation of color #30030C: hue angle of 348º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30030C is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 3 12 -
CMYK 0 0.94 0.75 0.81
HSL 348º 0.88% 0.1% -
HSV(B) 348º 0.94% 0.19% -
XYZ 1.32 0.72 0.42 -
YUV 17.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 48 3 12 0 0.94 0.75 0.81 348 0.88 0.1
Hex 30 3 C 0 5E 4B 51 15C 58 A
Octal 60 3 14 0 136 113 121 534 130 12
Binary 110000 11 1100 0 1011110 1001011 1010001 101011100 1011000 1010

Color Harmonies of #30030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30030C

Black with #30030C

Text Example


Text Example

White with #30030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30030C; }

 p { color: rgb(48,3,12); }

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

background-color css

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

 a { background-color: rgb(48,3,12); }

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

border-color css

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

 span { border-color: rgb(48,3,12); }

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