Html Css Color HEX #910023 Carmine

📋 copy color: '#910023'

red 145 ◦ green 0 ◦ blue 35

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

Shades of Carmine #910023

Tints of Carmine #910023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 19.44%

R = 80.56%
G = 0%
B = 19.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#910023 (or 0x910023) is known color: Carmine. HEX triplet: 91, 00 and 23. RGB value is (145,0,35). Sum of RGB (Red+Green+Blue) = 145+0+35=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910023 is #6EFFDC. Grayscale: #2F2F2F. Windows color (decimal): -7274461 or 2293905. OLE color: 2293905.

HSL color Cylindrical-coordinate representation of color #910023: hue angle of 345.52º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910023 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 35 -
CMYK 0 1 0.76 0.43
HSL 345.52º 1% 0.28% -
HSV(B) 345.52º 1% 0.57% -
XYZ 11.98 6.14 2.14 -
YUV 47.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 145 0 35 0 1 0.76 0.43 345.52 1 0.28
Hex 91 0 23 0 64 4C 2B 15A 64 1C
Octal 221 0 43 0 144 114 53 532 144 34
Binary 10010001 0 100011 0 1100100 1001100 101011 101011010 1100100 11100

Color Harmonies of #910023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910023

Black with #910023

Text Example


Text Example

White with #910023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910023; }

 p { color: rgb(145,0,35); }

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

background-color css

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

 a { background-color: rgb(145,0,35); }

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

border-color css

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

 span { border-color: rgb(145,0,35); }

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