Html Css Color HEX #910B1D Carmine

📋 copy color: '#910B1D'

red 145 ◦ green 11 ◦ blue 29

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

Shades of Carmine #910B1D

Tints of Carmine #910B1D

RGB

 RED value IS 145 (57.03% from 255) = 78.38%

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

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 78.38%
G = 5.95%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#910B1D (or 0x910B1D) is known color: Carmine. HEX triplet: 91, 0B and 1D. RGB value is (145,11,29). Sum of RGB (Red+Green+Blue) = 145+11+29=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #910B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910B1D is #6EF4E2. Grayscale: #353535. Windows color (decimal): -7271651 or 1903505. OLE color: 1903505.

HSL color Cylindrical-coordinate representation of color #910B1D: hue angle of 351.94º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B1D is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 11 29 -
CMYK 0 0.92 0.8 0.43
HSL 351.94º 0.86% 0.31% -
HSV(B) 351.94º 0.92% 0.57% -
XYZ 12.02 6.35 1.75 -
YUV 53.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 145 11 29 0 0.92 0.8 0.43 351.94 0.86 0.31
Hex 91 B 1D 0 5C 50 2B 160 56 1F
Octal 221 13 35 0 134 120 53 540 126 37
Binary 10010001 1011 11101 0 1011100 1010000 101011 101100000 1010110 11111

Color Harmonies of #910B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910B1D

Black with #910B1D

Text Example


Text Example

White with #910B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910B1D; }

 p { color: rgb(145,11,29); }

 H1.HeaderClassName
 {
   color: #910B1D;
 }
 .AnyTagClassName
 {
   color: #910B1D;
 }
</style>

background-color css

<style>
 a { background-color: #910B1D; }

 a { background-color: rgb(145,11,29); }

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

border-color css

<style>
 span { border-color: #910B1D; }

 span { border-color: rgb(145,11,29); }

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