Html Css Color HEX #69130A Red Oxide

📋 copy color: '#69130A'

red 105 ◦ green 19 ◦ blue 10

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

Shades of Red Oxide #69130A

Tints of Red Oxide #69130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.46%

R = 78.36%
G = 14.18%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#69130A (or 0x69130A) is known color: Red Oxide. HEX triplet: 69, 13 and 0A. RGB value is (105,19,10). Sum of RGB (Red+Green+Blue) = 105+19+10=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #69130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69130A is #96ECF5. Grayscale: #2B2B2B. Windows color (decimal): -9891062 or 660329. OLE color: 660329.

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

Color convert

RGB 105 19 10 -
CMYK 0 0.82 0.90 0.59
HSL 5.68º 0.83% 0.23% -
HSV(B) 5.68º 0.9% 0.41% -
XYZ 6.11 3.49 0.64 -
YUV 43.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 105 19 10 0 0.82 0.90 0.59 5.68 0.83 0.23
Hex 69 13 A 0 52 5A 3B 6 53 17
Octal 151 23 12 0 122 132 73 6 123 27
Binary 1101001 10011 1010 0 1010010 1011010 111011 110 1010011 10111

Color Harmonies of #69130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69130A

Black with #69130A

Text Example


Text Example

White with #69130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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