Html Css Color HEX #95101B Carmine

📋 copy color: '#95101B'

red 149 ◦ green 16 ◦ blue 27

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

Shades of Carmine #95101B

Tints of Carmine #95101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 77.6%
G = 8.33%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#95101B (or 0x95101B) is known color: Carmine. HEX triplet: 95, 10 and 1B. RGB value is (149,16,27). Sum of RGB (Red+Green+Blue) = 149+16+27=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #95101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95101B is #6AEFE4. Grayscale: #393939. Windows color (decimal): -7008229 or 1773717. OLE color: 1773717.

HSL color Cylindrical-coordinate representation of color #95101B: hue angle of 355.04º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95101B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 27 -
CMYK 0 0.89 0.82 0.42
HSL 355.04º 0.81% 0.32% -
HSV(B) 355.04º 0.89% 0.58% -
XYZ 12.78 6.84 1.68 -
YUV 57.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 149 16 27 0 0.89 0.82 0.42 355.04 0.81 0.32
Hex 95 10 1B 0 59 52 2A 163 51 20
Octal 225 20 33 0 131 122 52 543 121 40
Binary 10010101 10000 11011 0 1011001 1010010 101010 101100011 1010001 100000

Color Harmonies of #95101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95101B

Black with #95101B

Text Example


Text Example

White with #95101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95101B; }

 p { color: rgb(149,16,27); }

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

background-color css

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

 a { background-color: rgb(149,16,27); }

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

border-color css

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

 span { border-color: rgb(149,16,27); }

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