Html Css Color HEX #9B082C Carmine

📋 copy color: '#9B082C'

red 155 ◦ green 8 ◦ blue 44

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

Shades of Carmine #9B082C

Tints of Carmine #9B082C

RGB

 RED value IS 155 (60.94% from 255) = 74.88%

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 74.88%
G = 3.86%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B082C (or 0x9B082C) is known color: Carmine. HEX triplet: 9B, 08 and 2C. RGB value is (155,8,44). Sum of RGB (Red+Green+Blue) = 155+8+44=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B082C is #64F7D3. Grayscale: #383838. Windows color (decimal): -6617044 or 2885787. OLE color: 2885787.

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

Color convert

RGB 155 8 44 -
CMYK 0 0.95 0.72 0.39
HSL 345.31º 0.9% 0.32% -
HSV(B) 345.31º 0.95% 0.61% -
XYZ 14.06 7.32 3.06 -
YUV 56.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 155 8 44 0 0.95 0.72 0.39 345.31 0.9 0.32
Hex 9B 8 2C 0 5F 48 27 159 5A 20
Octal 233 10 54 0 137 110 47 531 132 40
Binary 10011011 1000 101100 0 1011111 1001000 100111 101011001 1011010 100000

Color Harmonies of #9B082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B082C

Black with #9B082C

Text Example


Text Example

White with #9B082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,8,44); }

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

background-color css

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

 a { background-color: rgb(155,8,44); }

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

border-color css

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

 span { border-color: rgb(155,8,44); }

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