Html Css Color HEX #0C0103 Rustic Red

📋 copy color: '#0C0103'

red 12 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #0C0103

Tints of Rustic Red #0C0103

RGB

 RED value IS 12 (5.08% from 255) = 75%

 GREEN value IS 1 (0.78% from 255) = 6.25%

 BLUE value IS 3 (1.56% from 255) = 18.75%

R = 75%
G = 6.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.95

RGB Variations

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

Color information

#0C0103 (or 0x0C0103) is known color: Rustic Red. HEX triplet: 0C, 01 and 03. RGB value is (12,1,3). Sum of RGB (Red+Green+Blue) = 12+1+3=16 (2% of max value = 765). Red value is 12 (5.08% from 255 or 75% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 3 (1.56% from 255 or 18.75% from 16); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0103 is #F3FEFC. Grayscale: #040404. Windows color (decimal): -15990525 or 196876. OLE color: 196876.

HSL color Cylindrical-coordinate representation of color #0C0103: hue angle of 349.09º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0103 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 1 3 -
CMYK 0 0.92 0.75 0.95
HSL 349.09º 0.85% 0.03% -
HSV(B) 349.09º 0.92% 0.05% -
XYZ 0.18 0.11 0.1 -
YUV 4.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 12 1 3 0 0.92 0.75 0.95 349.09 0.85 0.03
Hex C 1 3 0 5C 4B 5F 15D 55 3
Octal 14 1 3 0 134 113 137 535 125 3
Binary 1100 1 11 0 1011100 1001011 1011111 101011101 1010101 11

Color Harmonies of #0C0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0103

Black with #0C0103

Text Example


Text Example

White with #0C0103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0103; }

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

 H1.HeaderClassName
 {
   color: #0C0103;
 }
 .AnyTagClassName
 {
   color: #0C0103;
 }
</style>

background-color css

<style>
 a { background-color: #0C0103; }

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

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

border-color css

<style>
 span { border-color: #0C0103; }

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

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