Html Css Color HEX #9D082B Carmine

📋 copy color: '#9D082B'

red 157 ◦ green 8 ◦ blue 43

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

Shades of Carmine #9D082B

Tints of Carmine #9D082B

RGB

 RED value IS 157 (61.72% from 255) = 75.48%

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

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

R = 75.48%
G = 3.85%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9D082B (or 0x9D082B) is known color: Carmine. HEX triplet: 9D, 08 and 2B. RGB value is (157,8,43). Sum of RGB (Red+Green+Blue) = 157+8+43=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D082B is #62F7D4. Grayscale: #383838. Windows color (decimal): -6485973 or 2820253. OLE color: 2820253.

HSL color Cylindrical-coordinate representation of color #9D082B: hue angle of 345.91º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D082B is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 8 43 -
CMYK 0 0.95 0.73 0.38
HSL 345.91º 0.9% 0.32% -
HSV(B) 345.91º 0.95% 0.62% -
XYZ 14.43 7.52 2.98 -
YUV 56.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 157 8 43 0 0.95 0.73 0.38 345.91 0.9 0.32
Hex 9D 8 2B 0 5F 49 26 15A 5A 20
Octal 235 10 53 0 137 111 46 532 132 40
Binary 10011101 1000 101011 0 1011111 1001001 100110 101011010 1011010 100000

Color Harmonies of #9D082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D082B

Black with #9D082B

Text Example


Text Example

White with #9D082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D082B; }

 p { color: rgb(157,8,43); }

 H1.HeaderClassName
 {
   color: #9D082B;
 }
 .AnyTagClassName
 {
   color: #9D082B;
 }
</style>

background-color css

<style>
 a { background-color: #9D082B; }

 a { background-color: rgb(157,8,43); }

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

border-color css

<style>
 span { border-color: #9D082B; }

 span { border-color: rgb(157,8,43); }

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