Html Css Color HEX #94032B Carmine

📋 copy color: '#94032B'

red 148 ◦ green 3 ◦ blue 43

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

Shades of Carmine #94032B

Tints of Carmine #94032B

RGB

 RED value IS 148 (58.2% from 255) = 76.29%

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 76.29%
G = 1.55%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94032B (or 0x94032B) is known color: Carmine. HEX triplet: 94, 03 and 2B. RGB value is (148,3,43). Sum of RGB (Red+Green+Blue) = 148+3+43=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #94032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94032B is #6BFCD4. Grayscale: #323232. Windows color (decimal): -7077077 or 2818964. OLE color: 2818964.

HSL color Cylindrical-coordinate representation of color #94032B: hue angle of 343.45º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94032B is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 43 -
CMYK 0 0.98 0.71 0.42
HSL 343.45º 0.96% 0.3% -
HSV(B) 343.45º 0.98% 0.58% -
XYZ 12.68 6.54 2.88 -
YUV 50.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 148 3 43 0 0.98 0.71 0.42 343.45 0.96 0.3
Hex 94 3 2B 0 62 47 2A 157 60 1E
Octal 224 3 53 0 142 107 52 527 140 36
Binary 10010100 11 101011 0 1100010 1000111 101010 101010111 1100000 11110

Color Harmonies of #94032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94032B

Black with #94032B

Text Example


Text Example

White with #94032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94032B; }

 p { color: rgb(148,3,43); }

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

background-color css

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

 a { background-color: rgb(148,3,43); }

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

border-color css

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

 span { border-color: rgb(148,3,43); }

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