Html Css Color HEX #951A02 Dark Red

📋 copy color: '#951A02'

red 149 ◦ green 26 ◦ blue 2

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

Shades of Dark Red #951A02

Tints of Dark Red #951A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 84.18%
G = 14.69%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951A02 (or 0x951A02) is known color: Dark Red. HEX triplet: 95, 1A and 02. RGB value is (149,26,2). Sum of RGB (Red+Green+Blue) = 149+26+2=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #951A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A02 is #6AE5FD. Grayscale: #3C3C3C. Windows color (decimal): -7005694 or 137877. OLE color: 137877.

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

Color convert

RGB 149 26 2 -
CMYK 0 0.83 0.99 0.42
HSL 9.8º 0.97% 0.3% -
HSV(B) 9.8º 0.99% 0.58% -
XYZ 12.77 7.13 0.76 -
YUV 60.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 149 26 2 0 0.83 0.99 0.42 9.8 0.97 0.3
Hex 95 1A 2 0 53 63 2A A 61 1E
Octal 225 32 2 0 123 143 52 12 141 36
Binary 10010101 11010 10 0 1010011 1100011 101010 1010 1100001 11110

Color Harmonies of #951A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A02

Black with #951A02

Text Example


Text Example

White with #951A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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