Html Css Color HEX #94081C Carmine

📋 copy color: '#94081C'

red 148 ◦ green 8 ◦ blue 28

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

Shades of Carmine #94081C

Tints of Carmine #94081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 28 (11.33% from 255) = 15.22%

R = 80.43%
G = 4.35%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94081C (or 0x94081C) is known color: Carmine. HEX triplet: 94, 08 and 1C. RGB value is (148,8,28). Sum of RGB (Red+Green+Blue) = 148+8+28=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #94081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94081C is #6BF7E3. Grayscale: #343434. Windows color (decimal): -7075812 or 1837204. OLE color: 1837204.

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

Color convert

RGB 148 8 28 -
CMYK 0 0.95 0.81 0.42
HSL 351.43º 0.9% 0.31% -
HSV(B) 351.43º 0.95% 0.58% -
XYZ 12.51 6.55 1.7 -
YUV 52.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 148 8 28 0 0.95 0.81 0.42 351.43 0.9 0.31
Hex 94 8 1C 0 5F 51 2A 15F 5A 1F
Octal 224 10 34 0 137 121 52 537 132 37
Binary 10010100 1000 11100 0 1011111 1010001 101010 101011111 1011010 11111

Color Harmonies of #94081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94081C

Black with #94081C

Text Example


Text Example

White with #94081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,8,28); }

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

background-color css

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

 a { background-color: rgb(148,8,28); }

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

border-color css

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

 span { border-color: rgb(148,8,28); }

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