Html Css Color HEX #18150A Maire

📋 copy color: '#18150A'

red 24 ◦ green 21 ◦ blue 10

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

Shades of Maire #18150A

Tints of Maire #18150A

RGB

 RED value IS 24 (9.77% from 255) = 43.64%

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

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

R = 43.64%
G = 38.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#18150A (or 0x18150A) is known color: Maire. HEX triplet: 18, 15 and 0A. RGB value is (24,21,10). Sum of RGB (Red+Green+Blue) = 24+21+10=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #18150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150A is #E7EAF5. Grayscale: #141414. Windows color (decimal): -15198966 or 660760. OLE color: 660760.

HSL color Cylindrical-coordinate representation of color #18150A: hue angle of 47.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18150A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 21 10 -
CMYK 0 0.13 0.58 0.91
HSL 47.14º 0.41% 0.07% -
HSV(B) 47.14º 0.58% 0.09% -
XYZ 0.7 0.75 0.4 -
YUV 20.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 24 21 10 0 0.13 0.58 0.91 47.14 0.41 0.07
Hex 18 15 A 0 D 3A 5B 2F 29 7
Octal 30 25 12 0 15 72 133 57 51 7
Binary 11000 10101 1010 0 1101 111010 1011011 101111 101001 111

Color Harmonies of #18150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18150A

Black with #18150A

Text Example


Text Example

White with #18150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,21,10); }

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

background-color css

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

 a { background-color: rgb(24,21,10); }

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

border-color css

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

 span { border-color: rgb(24,21,10); }

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