Html Css Color HEX #950B2A Carmine

📋 copy color: '#950B2A'

red 149 ◦ green 11 ◦ blue 42

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

Shades of Carmine #950B2A

Tints of Carmine #950B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 73.76%
G = 5.45%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#950B2A (or 0x950B2A) is known color: Carmine. HEX triplet: 95, 0B and 2A. RGB value is (149,11,42). Sum of RGB (Red+Green+Blue) = 149+11+42=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #950B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B2A is #6AF4D5. Grayscale: #373737. Windows color (decimal): -7009494 or 2755477. OLE color: 2755477.

HSL color Cylindrical-coordinate representation of color #950B2A: hue angle of 346.52º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B2A is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 42 -
CMYK 0 0.93 0.72 0.42
HSL 346.52º 0.86% 0.31% -
HSV(B) 346.52º 0.93% 0.58% -
XYZ 12.93 6.8 2.82 -
YUV 55.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 149 11 42 0 0.93 0.72 0.42 346.52 0.86 0.31
Hex 95 B 2A 0 5D 48 2A 15B 56 1F
Octal 225 13 52 0 135 110 52 533 126 37
Binary 10010101 1011 101010 0 1011101 1001000 101010 101011011 1010110 11111

Color Harmonies of #950B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B2A

Black with #950B2A

Text Example


Text Example

White with #950B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950B2A; }

 p { color: rgb(149,11,42); }

 H1.HeaderClassName
 {
   color: #950B2A;
 }
 .AnyTagClassName
 {
   color: #950B2A;
 }
</style>

background-color css

<style>
 a { background-color: #950B2A; }

 a { background-color: rgb(149,11,42); }

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

border-color css

<style>
 span { border-color: #950B2A; }

 span { border-color: rgb(149,11,42); }

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