Html Css Color HEX #95051A Carmine

📋 copy color: '#95051A'

red 149 ◦ green 5 ◦ blue 26

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

Shades of Carmine #95051A

Tints of Carmine #95051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 26 (10.55% from 255) = 14.44%

R = 82.78%
G = 2.78%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95051A (or 0x95051A) is known color: Carmine. HEX triplet: 95, 05 and 1A. RGB value is (149,5,26). Sum of RGB (Red+Green+Blue) = 149+5+26=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #95051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95051A is #6AFAE5. Grayscale: #323232. Windows color (decimal): -7011046 or 1705365. OLE color: 1705365.

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

Color convert

RGB 149 5 26 -
CMYK 0 0.97 0.83 0.42
HSL 351.25º 0.94% 0.3% -
HSV(B) 351.25º 0.97% 0.58% -
XYZ 12.64 6.57 1.58 -
YUV 50.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 149 5 26 0 0.97 0.83 0.42 351.25 0.94 0.3
Hex 95 5 1A 0 61 53 2A 15F 5E 1E
Octal 225 5 32 0 141 123 52 537 136 36
Binary 10010101 101 11010 0 1100001 1010011 101010 101011111 1011110 11110

Color Harmonies of #95051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95051A

Black with #95051A

Text Example


Text Example

White with #95051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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