Html Css Color HEX #95082F Carmine

📋 copy color: '#95082F'

red 149 ◦ green 8 ◦ blue 47

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

Shades of Carmine #95082F

Tints of Carmine #95082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.04%

R = 73.04%
G = 3.92%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95082F (or 0x95082F) is known color: Carmine. HEX triplet: 95, 08 and 2F. RGB value is (149,8,47). Sum of RGB (Red+Green+Blue) = 149+8+47=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #95082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95082F is #6AF7D0. Grayscale: #363636. Windows color (decimal): -7010257 or 3082389. OLE color: 3082389.

HSL color Cylindrical-coordinate representation of color #95082F: hue angle of 343.4º 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 #95082F is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 47 -
CMYK 0 0.95 0.68 0.42
HSL 343.4º 0.9% 0.31% -
HSV(B) 343.4º 0.95% 0.58% -
XYZ 12.99 6.77 3.31 -
YUV 54.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 149 8 47 0 0.95 0.68 0.42 343.4 0.9 0.31
Hex 95 8 2F 0 5F 44 2A 157 5A 1F
Octal 225 10 57 0 137 104 52 527 132 37
Binary 10010101 1000 101111 0 1011111 1000100 101010 101010111 1011010 11111

Color Harmonies of #95082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95082F

Black with #95082F

Text Example


Text Example

White with #95082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95082F; }

 p { color: rgb(149,8,47); }

 H1.HeaderClassName
 {
   color: #95082F;
 }
 .AnyTagClassName
 {
   color: #95082F;
 }
</style>

background-color css

<style>
 a { background-color: #95082F; }

 a { background-color: rgb(149,8,47); }

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

border-color css

<style>
 span { border-color: #95082F; }

 span { border-color: rgb(149,8,47); }

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