Html Css Color HEX #69150F Red Oxide

📋 copy color: '#69150F'

red 105 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #69150F

Tints of Red Oxide #69150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 74.47%
G = 14.89%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69150F (or 0x69150F) is known color: Red Oxide. HEX triplet: 69, 15 and 0F. RGB value is (105,21,15). Sum of RGB (Red+Green+Blue) = 105+21+15=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #69150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69150F is #96EAF0. Grayscale: #2D2D2D. Windows color (decimal): -9890545 or 988521. OLE color: 988521.

HSL color Cylindrical-coordinate representation of color #69150F: hue angle of 4º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69150F is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 15 -
CMYK 0 0.80 0.86 0.59
HSL 0.75% 0.24% -
HSV(B) 0.86% 0.41% -
XYZ 6.18 3.57 0.82 -
YUV 45.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 105 21 15 0 0.80 0.86 0.59 4 0.75 0.24
Hex 69 15 F 0 50 56 3B 4 4B 18
Octal 151 25 17 0 120 126 73 4 113 30
Binary 1101001 10101 1111 0 1010000 1010110 111011 100 1001011 11000

Color Harmonies of #69150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69150F

Black with #69150F

Text Example


Text Example

White with #69150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69150F; }

 p { color: rgb(105,21,15); }

 H1.HeaderClassName
 {
   color: #69150F;
 }
 .AnyTagClassName
 {
   color: #69150F;
 }
</style>

background-color css

<style>
 a { background-color: #69150F; }

 a { background-color: rgb(105,21,15); }

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

border-color css

<style>
 span { border-color: #69150F; }

 span { border-color: rgb(105,21,15); }

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