Html Css Color HEX #900423 Carmine

📋 copy color: '#900423'

red 144 ◦ green 4 ◦ blue 35

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

Shades of Carmine #900423

Tints of Carmine #900423

RGB

 RED value IS 144 (56.64% from 255) = 78.69%

 GREEN value IS 4 (1.95% from 255) = 2.19%

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

R = 78.69%
G = 2.19%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#900423 (or 0x900423) is known color: Carmine. HEX triplet: 90, 04 and 23. RGB value is (144,4,35). Sum of RGB (Red+Green+Blue) = 144+4+35=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #900423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900423 is #6FFBDC. Grayscale: #313131. Windows color (decimal): -7338973 or 2294928. OLE color: 2294928.

HSL color Cylindrical-coordinate representation of color #900423: hue angle of 346.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900423 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 35 -
CMYK 0 0.97 0.76 0.44
HSL 346.71º 0.95% 0.29% -
HSV(B) 346.71º 0.97% 0.56% -
XYZ 11.85 6.14 2.15 -
YUV 49.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 144 4 35 0 0.97 0.76 0.44 346.71 0.95 0.29
Hex 90 4 23 0 61 4C 2C 15B 5F 1D
Octal 220 4 43 0 141 114 54 533 137 35
Binary 10010000 100 100011 0 1100001 1001100 101100 101011011 1011111 11101

Color Harmonies of #900423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900423

Black with #900423

Text Example


Text Example

White with #900423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900423; }

 p { color: rgb(144,4,35); }

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

background-color css

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

 a { background-color: rgb(144,4,35); }

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

border-color css

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

 span { border-color: rgb(144,4,35); }

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