Html Css Color HEX #95031B Carmine

📋 copy color: '#95031B'

red 149 ◦ green 3 ◦ blue 27

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

Shades of Carmine #95031B

Tints of Carmine #95031B

RGB

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

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

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

R = 83.24%
G = 1.68%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#95031B (or 0x95031B) is known color: Carmine. HEX triplet: 95, 03 and 1B. RGB value is (149,3,27). Sum of RGB (Red+Green+Blue) = 149+3+27=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #95031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95031B is #6AFCE4. Grayscale: #313131. Windows color (decimal): -7011557 or 1770389. OLE color: 1770389.

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

Color convert

RGB 149 3 27 -
CMYK 0 0.98 0.82 0.42
HSL 350.14º 0.96% 0.3% -
HSV(B) 350.14º 0.98% 0.58% -
XYZ 12.62 6.53 1.63 -
YUV 49.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 149 3 27 0 0.98 0.82 0.42 350.14 0.96 0.3
Hex 95 3 1B 0 62 52 2A 15E 60 1E
Octal 225 3 33 0 142 122 52 536 140 36
Binary 10010101 11 11011 0 1100010 1010010 101010 101011110 1100000 11110

Color Harmonies of #95031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95031B

Black with #95031B

Text Example


Text Example

White with #95031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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