Html Css Color HEX #94072C Carmine

📋 copy color: '#94072C'

red 148 ◦ green 7 ◦ blue 44

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

Shades of Carmine #94072C

Tints of Carmine #94072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 74.37%
G = 3.52%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94072C (or 0x94072C) is known color: Carmine. HEX triplet: 94, 07 and 2C. RGB value is (148,7,44). Sum of RGB (Red+Green+Blue) = 148+7+44=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #94072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94072C is #6BF8D3. Grayscale: #353535. Windows color (decimal): -7076052 or 2885524. OLE color: 2885524.

HSL color Cylindrical-coordinate representation of color #94072C: hue angle of 344.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94072C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 44 -
CMYK 0 0.95 0.70 0.42
HSL 344.26º 0.91% 0.3% -
HSV(B) 344.26º 0.95% 0.58% -
XYZ 12.74 6.63 2.99 -
YUV 53.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 148 7 44 0 0.95 0.70 0.42 344.26 0.91 0.3
Hex 94 7 2C 0 5F 46 2A 158 5B 1E
Octal 224 7 54 0 137 106 52 530 133 36
Binary 10010100 111 101100 0 1011111 1000110 101010 101011000 1011011 11110

Color Harmonies of #94072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94072C

Black with #94072C

Text Example


Text Example

White with #94072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94072C; }

 p { color: rgb(148,7,44); }

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

background-color css

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

 a { background-color: rgb(148,7,44); }

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

border-color css

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

 span { border-color: rgb(148,7,44); }

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