Html Css Color HEX #69201C Red Oxide

📋 copy color: '#69201C'

red 105 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #69201C

Tints of Red Oxide #69201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 63.64%
G = 19.39%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#69201C (or 0x69201C) is known color: Red Oxide. HEX triplet: 69, 20 and 1C. RGB value is (105,32,28). Sum of RGB (Red+Green+Blue) = 105+32+28=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #69201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69201C is #96DFE3. Grayscale: #353535. Windows color (decimal): -9887716 or 1843305. OLE color: 1843305.

HSL color Cylindrical-coordinate representation of color #69201C: hue angle of 3.12º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69201C is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 32 28 -
CMYK 0 0.70 0.73 0.59
HSL 3.12º 0.58% 0.26% -
HSV(B) 3.12º 0.73% 0.41% -
XYZ 6.55 4.12 1.55 -
YUV 53.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 105 32 28 0 0.70 0.73 0.59 3.12 0.58 0.26
Hex 69 20 1C 0 46 49 3B 3 3A 1A
Octal 151 40 34 0 106 111 73 3 72 32
Binary 1101001 100000 11100 0 1000110 1001001 111011 11 111010 11010

Color Harmonies of #69201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69201C

Black with #69201C

Text Example


Text Example

White with #69201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,32,28); }

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

background-color css

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

 a { background-color: rgb(105,32,28); }

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

border-color css

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

 span { border-color: rgb(105,32,28); }

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