Html Css Color HEX #880300 Dark Red

📋 copy color: '#880300'

red 136 ◦ green 3 ◦ blue 0

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

Shades of Dark Red #880300

Tints of Dark Red #880300

RGB

 RED value IS 136 (53.52% from 255) = 97.84%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.84%
G = 2.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#880300 (or 0x880300) is known color: Dark Red. HEX triplet: 88, 03 and 00. RGB value is (136,3,0). Sum of RGB (Red+Green+Blue) = 136+3+0=139 (18% of max value = 765). Red value is 136 (53.52% from 255 or 97.84% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 136 - color contains mainly: red. Hex color #880300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880300 is #77FCFF. Grayscale: #2A2A2A. Windows color (decimal): -7863552 or 904. OLE color: 904.

HSL color Cylindrical-coordinate representation of color #880300: hue angle of 1.32º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 0 -
CMYK 0 0.98 1 0.47
HSL 1.32º 1% 0.27% -
HSV(B) 1.32º 1% 0.53% -
XYZ 10.19 5.3 0.49 -
YUV 42.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 136 3 0 0 0.98 1 0.47 1.32 1 0.27
Hex 88 3 0 0 62 64 2F 1 64 1B
Octal 210 3 0 0 142 144 57 1 144 33
Binary 10001000 11 0 0 1100010 1100100 101111 1 1100100 11011

Color Harmonies of #880300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880300

Black with #880300

Text Example


Text Example

White with #880300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880300; }

 p { color: rgb(136,3,0); }

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

background-color css

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

 a { background-color: rgb(136,3,0); }

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

border-color css

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

 span { border-color: rgb(136,3,0); }

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