Html Css Color HEX #8C030C Sangria

📋 copy color: '#8C030C'

red 140 ◦ green 3 ◦ blue 12

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

Shades of Sangria #8C030C

Tints of Sangria #8C030C

RGB

 RED value IS 140 (55.08% from 255) = 90.32%

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 90.32%
G = 1.94%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C030C (or 0x8C030C) is known color: Sangria. HEX triplet: 8C, 03 and 0C. RGB value is (140,3,12). Sum of RGB (Red+Green+Blue) = 140+3+12=155 (20% of max value = 765). Red value is 140 (55.08% from 255 or 90.32% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 140 - color contains mainly: red. Hex color #8C030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C030C is #73FCF3. Grayscale: #2D2D2D. Windows color (decimal): -7601396 or 787340. OLE color: 787340.

HSL color Cylindrical-coordinate representation of color #8C030C: hue angle of 356.06º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C030C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 12 -
CMYK 0 0.98 0.91 0.45
HSL 356.06º 0.96% 0.28% -
HSV(B) 356.06º 0.98% 0.55% -
XYZ 10.91 5.67 0.87 -
YUV 44.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 140 3 12 0 0.98 0.91 0.45 356.06 0.96 0.28
Hex 8C 3 C 0 62 5B 2D 164 60 1C
Octal 214 3 14 0 142 133 55 544 140 34
Binary 10001100 11 1100 0 1100010 1011011 101101 101100100 1100000 11100

Color Harmonies of #8C030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C030C

Black with #8C030C

Text Example


Text Example

White with #8C030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C030C; }

 p { color: rgb(140,3,12); }

 H1.HeaderClassName
 {
   color: #8C030C;
 }
 .AnyTagClassName
 {
   color: #8C030C;
 }
</style>

background-color css

<style>
 a { background-color: #8C030C; }

 a { background-color: rgb(140,3,12); }

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

border-color css

<style>
 span { border-color: #8C030C; }

 span { border-color: rgb(140,3,12); }

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