Html Css Color HEX #951A00 Dark Red

📋 copy color: '#951A00'

red 149 ◦ green 26 ◦ blue 0

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

Shades of Dark Red #951A00

Tints of Dark Red #951A00

RGB

 RED value IS 149 (58.59% from 255) = 85.14%

 GREEN value IS 26 (10.55% from 255) = 14.86%

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

R = 85.14%
G = 14.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#951A00 (or 0x951A00) is known color: Dark Red. HEX triplet: 95, 1A and 00. RGB value is (149,26,0). Sum of RGB (Red+Green+Blue) = 149+26+0=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #951A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A00 is #6AE5FF. Grayscale: #3C3C3C. Windows color (decimal): -7005696 or 6805. OLE color: 6805.

HSL color Cylindrical-coordinate representation of color #951A00: hue angle of 10.47º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #951A00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 0 -
CMYK 0 0.83 1 0.42
HSL 10.47º 1% 0.29% -
HSV(B) 10.47º 1% 0.58% -
XYZ 12.76 7.13 0.7 -
YUV 59.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 149 26 0 0 0.83 1 0.42 10.47 1 0.29
Hex 95 1A 0 0 53 64 2A A 64 1D
Octal 225 32 0 0 123 144 52 12 144 35
Binary 10010101 11010 0 0 1010011 1100100 101010 1010 1100100 11101

Color Harmonies of #951A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A00

Black with #951A00

Text Example


Text Example

White with #951A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A00; }

 p { color: rgb(149,26,0); }

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

background-color css

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

 a { background-color: rgb(149,26,0); }

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

border-color css

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

 span { border-color: rgb(149,26,0); }

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