Html Css Color HEX #95082D Carmine

📋 copy color: '#95082D'

red 149 ◦ green 8 ◦ blue 45

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

Shades of Carmine #95082D

Tints of Carmine #95082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 73.76%
G = 3.96%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95082D (or 0x95082D) is known color: Carmine. HEX triplet: 95, 08 and 2D. RGB value is (149,8,45). Sum of RGB (Red+Green+Blue) = 149+8+45=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #95082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95082D is #6AF7D2. Grayscale: #363636. Windows color (decimal): -7010259 or 2951317. OLE color: 2951317.

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

Color convert

RGB 149 8 45 -
CMYK 0 0.95 0.70 0.42
HSL 344.26º 0.9% 0.31% -
HSV(B) 344.26º 0.95% 0.58% -
XYZ 12.95 6.75 3.1 -
YUV 54.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 149 8 45 0 0.95 0.70 0.42 344.26 0.9 0.31
Hex 95 8 2D 0 5F 46 2A 158 5A 1F
Octal 225 10 55 0 137 106 52 530 132 37
Binary 10010101 1000 101101 0 1011111 1000110 101010 101011000 1011010 11111

Color Harmonies of #95082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95082D

Black with #95082D

Text Example


Text Example

White with #95082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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