Html Css Color HEX #641212 Red Oxide

📋 copy color: '#641212'

red 100 ◦ green 18 ◦ blue 18

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

Shades of Red Oxide #641212

Tints of Red Oxide #641212

RGB

 RED value IS 100 (39.45% from 255) = 73.53%

 GREEN value IS 18 (7.42% from 255) = 13.24%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 73.53%
G = 13.24%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#641212 (or 0x641212) is known color: Red Oxide. HEX triplet: 64, 12 and 12. RGB value is (100,18,18). Sum of RGB (Red+Green+Blue) = 100+18+18=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #641212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641212 is #9BEDED. Grayscale: #2A2A2A. Windows color (decimal): -10218990 or 1184356. OLE color: 1184356.

HSL color Cylindrical-coordinate representation of color #641212: hue angle of 0º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641212 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 18 -
CMYK 0 0.82 0.82 0.61
HSL 0.69% 0.23% -
HSV(B) 0.82% 0.39% -
XYZ 5.58 3.19 0.89 -
YUV 42.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 100 18 18 0 0.82 0.82 0.61 0 0.69 0.23
Hex 64 12 12 0 52 52 3D 0 45 17
Octal 144 22 22 0 122 122 75 0 105 27
Binary 1100100 10010 10010 0 1010010 1010010 111101 0 1000101 10111

Color Harmonies of #641212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641212

Black with #641212

Text Example


Text Example

White with #641212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641212; }

 p { color: rgb(100,18,18); }

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

background-color css

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

 a { background-color: rgb(100,18,18); }

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

border-color css

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

 span { border-color: rgb(100,18,18); }

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