Html Css Color HEX #69130C Red Oxide

📋 copy color: '#69130C'

red 105 ◦ green 19 ◦ blue 12

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

Shades of Red Oxide #69130C

Tints of Red Oxide #69130C

RGB

 RED value IS 105 (41.41% from 255) = 77.21%

 GREEN value IS 19 (7.81% from 255) = 13.97%

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

R = 77.21%
G = 13.97%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69130C (or 0x69130C) is known color: Red Oxide. HEX triplet: 69, 13 and 0C. RGB value is (105,19,12). Sum of RGB (Red+Green+Blue) = 105+19+12=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #69130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69130C is #96ECF3. Grayscale: #2C2C2C. Windows color (decimal): -9891060 or 791401. OLE color: 791401.

HSL color Cylindrical-coordinate representation of color #69130C: hue angle of 4.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69130C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 12 -
CMYK 0 0.82 0.89 0.59
HSL 4.52º 0.79% 0.23% -
HSV(B) 4.52º 0.89% 0.41% -
XYZ 6.12 3.5 0.7 -
YUV 43.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 105 19 12 0 0.82 0.89 0.59 4.52 0.79 0.23
Hex 69 13 C 0 52 59 3B 5 4F 17
Octal 151 23 14 0 122 131 73 5 117 27
Binary 1101001 10011 1100 0 1010010 1011001 111011 101 1001111 10111

Color Harmonies of #69130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69130C

Black with #69130C

Text Example


Text Example

White with #69130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,19,12); }

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

background-color css

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

 a { background-color: rgb(105,19,12); }

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

border-color css

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

 span { border-color: rgb(105,19,12); }

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