Html Css Color HEX #94051B Carmine

📋 copy color: '#94051B'

red 148 ◦ green 5 ◦ blue 27

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

Shades of Carmine #94051B

Tints of Carmine #94051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 27 (10.94% from 255) = 15%

R = 82.22%
G = 2.78%
B = 15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94051B (or 0x94051B) is known color: Carmine. HEX triplet: 94, 05 and 1B. RGB value is (148,5,27). Sum of RGB (Red+Green+Blue) = 148+5+27=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #94051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94051B is #6BFAE4. Grayscale: #323232. Windows color (decimal): -7076581 or 1770900. OLE color: 1770900.

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

Color convert

RGB 148 5 27 -
CMYK 0 0.97 0.82 0.42
HSL 350.77º 0.93% 0.3% -
HSV(B) 350.77º 0.97% 0.58% -
XYZ 12.46 6.48 1.63 -
YUV 50.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 148 5 27 0 0.97 0.82 0.42 350.77 0.93 0.3
Hex 94 5 1B 0 61 52 2A 15F 5D 1E
Octal 224 5 33 0 141 122 52 537 135 36
Binary 10010100 101 11011 0 1100001 1010010 101010 101011111 1011101 11110

Color Harmonies of #94051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94051B

Black with #94051B

Text Example


Text Example

White with #94051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,5,27); }

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

background-color css

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

 a { background-color: rgb(148,5,27); }

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

border-color css

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

 span { border-color: rgb(148,5,27); }

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