Html Css Color HEX #65190C Red Oxide

📋 copy color: '#65190C'

red 101 ◦ green 25 ◦ blue 12

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

Shades of Red Oxide #65190C

Tints of Red Oxide #65190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

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

R = 73.19%
G = 18.12%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#65190C (or 0x65190C) is known color: Red Oxide. HEX triplet: 65, 19 and 0C. RGB value is (101,25,12). Sum of RGB (Red+Green+Blue) = 101+25+12=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #65190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65190C is #9AE6F3. Grayscale: #2E2E2E. Windows color (decimal): -10151668 or 792933. OLE color: 792933.

HSL color Cylindrical-coordinate representation of color #65190C: hue angle of 8.76º 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 #65190C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 12 -
CMYK 0 0.75 0.88 0.60
HSL 8.76º 0.79% 0.22% -
HSV(B) 8.76º 0.88% 0.4% -
XYZ 5.78 3.49 0.72 -
YUV 46.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 101 25 12 0 0.75 0.88 0.60 8.76 0.79 0.22
Hex 65 19 C 0 4B 58 3C 9 4F 16
Octal 145 31 14 0 113 130 74 11 117 26
Binary 1100101 11001 1100 0 1001011 1011000 111100 1001 1001111 10110

Color Harmonies of #65190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65190C

Black with #65190C

Text Example


Text Example

White with #65190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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