Html Css Color HEX #95071C Carmine

📋 copy color: '#95071C'

red 149 ◦ green 7 ◦ blue 28

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

Shades of Carmine #95071C

Tints of Carmine #95071C

RGB

 RED value IS 149 (58.59% from 255) = 80.98%

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

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

R = 80.98%
G = 3.8%
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

#95071C (or 0x95071C) is known color: Carmine. HEX triplet: 95, 07 and 1C. RGB value is (149,7,28). Sum of RGB (Red+Green+Blue) = 149+7+28=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #95071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95071C is #6AF8E3. Grayscale: #333333. Windows color (decimal): -7010532 or 1836949. OLE color: 1836949.

HSL color Cylindrical-coordinate representation of color #95071C: hue angle of 351.13º degrees, saturation: 0.91, 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 #95071C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 28 -
CMYK 0 0.95 0.81 0.42
HSL 351.13º 0.91% 0.31% -
HSV(B) 351.13º 0.95% 0.58% -
XYZ 12.68 6.63 1.71 -
YUV 51.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 149 7 28 0 0.95 0.81 0.42 351.13 0.91 0.31
Hex 95 7 1C 0 5F 51 2A 15F 5B 1F
Octal 225 7 34 0 137 121 52 537 133 37
Binary 10010101 111 11100 0 1011111 1010001 101010 101011111 1011011 11111

Color Harmonies of #95071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95071C

Black with #95071C

Text Example


Text Example

White with #95071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,7,28); }

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

background-color css

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

 a { background-color: rgb(149,7,28); }

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

border-color css

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

 span { border-color: rgb(149,7,28); }

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