Html Css Color HEX #65140C Red Oxide

📋 copy color: '#65140C'

red 101 ◦ green 20 ◦ blue 12

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

Shades of Red Oxide #65140C

Tints of Red Oxide #65140C

RGB

 RED value IS 101 (39.84% from 255) = 75.94%

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 75.94%
G = 15.04%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#65140C (or 0x65140C) is known color: Red Oxide. HEX triplet: 65, 14 and 0C. RGB value is (101,20,12). Sum of RGB (Red+Green+Blue) = 101+20+12=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65140C is #9AEBF3. Grayscale: #2B2B2B. Windows color (decimal): -10152948 or 791653. OLE color: 791653.

HSL color Cylindrical-coordinate representation of color #65140C: hue angle of 5.39º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65140C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 20 12 -
CMYK 0 0.80 0.88 0.60
HSL 5.39º 0.79% 0.22% -
HSV(B) 5.39º 0.88% 0.4% -
XYZ 5.68 3.29 0.68 -
YUV 43.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 101 20 12 0 0.80 0.88 0.60 5.39 0.79 0.22
Hex 65 14 C 0 50 58 3C 5 4F 16
Octal 145 24 14 0 120 130 74 5 117 26
Binary 1100101 10100 1100 0 1010000 1011000 111100 101 1001111 10110

Color Harmonies of #65140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65140C

Black with #65140C

Text Example


Text Example

White with #65140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,20,12); }

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

background-color css

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

 a { background-color: rgb(101,20,12); }

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

border-color css

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

 span { border-color: rgb(101,20,12); }

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