Html Css Color HEX #8B020C Sangria

📋 copy color: '#8B020C'

red 139 ◦ green 2 ◦ blue 12

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

Shades of Sangria #8B020C

Tints of Sangria #8B020C

RGB

 RED value IS 139 (54.69% from 255) = 90.85%

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 90.85%
G = 1.31%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B020C (or 0x8B020C) is known color: Sangria. HEX triplet: 8B, 02 and 0C. RGB value is (139,2,12). Sum of RGB (Red+Green+Blue) = 139+2+12=153 (20% of max value = 765). Red value is 139 (54.69% from 255 or 90.85% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 139 - color contains mainly: red. Hex color #8B020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B020C is #74FDF3. Grayscale: #2C2C2C. Windows color (decimal): -7667188 or 787083. OLE color: 787083.

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

Color convert

RGB 139 2 12 -
CMYK 0 0.99 0.91 0.45
HSL 355.62º 0.97% 0.28% -
HSV(B) 355.62º 0.99% 0.55% -
XYZ 10.74 5.56 0.85 -
YUV 44.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 139 2 12 0 0.99 0.91 0.45 355.62 0.97 0.28
Hex 8B 2 C 0 63 5B 2D 164 61 1C
Octal 213 2 14 0 143 133 55 544 141 34
Binary 10001011 10 1100 0 1100011 1011011 101101 101100100 1100001 11100

Color Harmonies of #8B020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B020C

Black with #8B020C

Text Example


Text Example

White with #8B020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,2,12); }

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

background-color css

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

 a { background-color: rgb(139,2,12); }

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

border-color css

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

 span { border-color: rgb(139,2,12); }

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