Html Css Color HEX #920D29 Carmine

📋 copy color: '#920D29'

red 146 ◦ green 13 ◦ blue 41

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

Shades of Carmine #920D29

Tints of Carmine #920D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.5%

 BLUE value IS 41 (16.41% from 255) = 20.5%

R = 73%
G = 6.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#920D29 (or 0x920D29) is known color: Carmine. HEX triplet: 92, 0D and 29. RGB value is (146,13,41). Sum of RGB (Red+Green+Blue) = 146+13+41=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #920D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D29 is #6DF2D6. Grayscale: #373737. Windows color (decimal): -7205591 or 2690450. OLE color: 2690450.

HSL color Cylindrical-coordinate representation of color #920D29: hue angle of 347.37º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D29 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 41 -
CMYK 0 0.91 0.72 0.43
HSL 347.37º 0.84% 0.31% -
HSV(B) 347.37º 0.91% 0.57% -
XYZ 12.4 6.56 2.71 -
YUV 55.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 146 13 41 0 0.91 0.72 0.43 347.37 0.84 0.31
Hex 92 D 29 0 5B 48 2B 15B 54 1F
Octal 222 15 51 0 133 110 53 533 124 37
Binary 10010010 1101 101001 0 1011011 1001000 101011 101011011 1010100 11111

Color Harmonies of #920D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D29

Black with #920D29

Text Example


Text Example

White with #920D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920D29; }

 p { color: rgb(146,13,41); }

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

background-color css

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

 a { background-color: rgb(146,13,41); }

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

border-color css

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

 span { border-color: rgb(146,13,41); }

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