Html Css Color HEX #38010C Rustic Red

📋 copy color: '#38010C'

red 56 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #38010C

Tints of Rustic Red #38010C

RGB

 RED value IS 56 (22.27% from 255) = 81.16%

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

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

R = 81.16%
G = 1.45%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38010C (or 0x38010C) is known color: Rustic Red. HEX triplet: 38, 01 and 0C. RGB value is (56,1,12). Sum of RGB (Red+Green+Blue) = 56+1+12=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #38010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38010C is #C7FEF3. Grayscale: #121212. Windows color (decimal): -13106932 or 786744. OLE color: 786744.

HSL color Cylindrical-coordinate representation of color #38010C: hue angle of 348º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38010C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 1 12 -
CMYK 0 0.98 0.79 0.78
HSL 348º 0.96% 0.11% -
HSV(B) 348º 0.98% 0.22% -
XYZ 1.71 0.89 0.43 -
YUV 18.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 56 1 12 0 0.98 0.79 0.78 348 0.96 0.11
Hex 38 1 C 0 62 4F 4E 15C 60 B
Octal 70 1 14 0 142 117 116 534 140 13
Binary 111000 1 1100 0 1100010 1001111 1001110 101011100 1100000 1011

Color Harmonies of #38010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38010C

Black with #38010C

Text Example


Text Example

White with #38010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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