Html Css Color HEX #30020A Rustic Red

📋 copy color: '#30020A'

red 48 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #30020A

Tints of Rustic Red #30020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.33%

 BLUE value IS 10 (4.3% from 255) = 16.67%

R = 80%
G = 3.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30020A (or 0x30020A) is known color: Rustic Red. HEX triplet: 30, 02 and 0A. RGB value is (48,2,10). Sum of RGB (Red+Green+Blue) = 48+2+10=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #30020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30020A is #CFFDF5. Grayscale: #101010. Windows color (decimal): -13630966 or 655920. OLE color: 655920.

HSL color Cylindrical-coordinate representation of color #30020A: hue angle of 349.57º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30020A is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 2 10 -
CMYK 0 0.96 0.79 0.81
HSL 349.57º 0.92% 0.1% -
HSV(B) 349.57º 0.96% 0.19% -
XYZ 1.3 0.69 0.35 -
YUV 16.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 48 2 10 0 0.96 0.79 0.81 349.57 0.92 0.1
Hex 30 2 A 0 60 4F 51 15E 5C A
Octal 60 2 12 0 140 117 121 536 134 12
Binary 110000 10 1010 0 1100000 1001111 1010001 101011110 1011100 1010

Color Harmonies of #30020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30020A

Black with #30020A

Text Example


Text Example

White with #30020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,2,10); }

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

background-color css

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

 a { background-color: rgb(48,2,10); }

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

border-color css

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

 span { border-color: rgb(48,2,10); }

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