Html Css Color HEX #920023 Carmine

📋 copy color: '#920023'

red 146 ◦ green 0 ◦ blue 35

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

Shades of Carmine #920023

Tints of Carmine #920023

RGB

 RED value IS 146 (57.42% from 255) = 80.66%

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

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

R = 80.66%
G = 0%
B = 19.34%

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

#920023 (or 0x920023) is known color: Carmine. HEX triplet: 92, 00 and 23. RGB value is (146,0,35). Sum of RGB (Red+Green+Blue) = 146+0+35=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #920023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920023 is #6DFFDC. Grayscale: #2F2F2F. Windows color (decimal): -7208925 or 2293906. OLE color: 2293906.

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

Color convert

RGB 146 0 35 -
CMYK 0 1 0.76 0.43
HSL 345.62º 1% 0.29% -
HSV(B) 345.62º 1% 0.57% -
XYZ 12.16 6.23 2.15 -
YUV 47.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 146 0 35 0 1 0.76 0.43 345.62 1 0.29
Hex 92 0 23 0 64 4C 2B 15A 64 1D
Octal 222 0 43 0 144 114 53 532 144 35
Binary 10010010 0 100011 0 1100100 1001100 101011 101011010 1100100 11101

Color Harmonies of #920023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920023

Black with #920023

Text Example


Text Example

White with #920023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920023; }

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

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

background-color css

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

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

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

border-color css

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

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

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