Html Css Color HEX #94002B Carmine

📋 copy color: '#94002B'

red 148 ◦ green 0 ◦ blue 43

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

Shades of Carmine #94002B

Tints of Carmine #94002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.49%
G = 0%
B = 22.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94002B (or 0x94002B) is known color: Carmine. HEX triplet: 94, 00 and 2B. RGB value is (148,0,43). Sum of RGB (Red+Green+Blue) = 148+0+43=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #94002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94002B is #6BFFD4. Grayscale: #313131. Windows color (decimal): -7077845 or 2818196. OLE color: 2818196.

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

Color convert

RGB 148 0 43 -
CMYK 0 1 0.71 0.42
HSL 342.57º 1% 0.29% -
HSV(B) 342.57º 1% 0.58% -
XYZ 12.65 6.47 2.87 -
YUV 49.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 148 0 43 0 1 0.71 0.42 342.57 1 0.29
Hex 94 0 2B 0 64 47 2A 157 64 1D
Octal 224 0 53 0 144 107 52 527 144 35
Binary 10010100 0 101011 0 1100100 1000111 101010 101010111 1100100 11101

Color Harmonies of #94002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94002B

Black with #94002B

Text Example


Text Example

White with #94002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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