Html Css Color HEX #8B031C Carmine

📋 copy color: '#8B031C'

red 139 ◦ green 3 ◦ blue 28

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

Shades of Carmine #8B031C

Tints of Carmine #8B031C

RGB

 RED value IS 139 (54.69% from 255) = 81.76%

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 81.76%
G = 1.76%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B031C (or 0x8B031C) is known color: Carmine. HEX triplet: 8B, 03 and 1C. RGB value is (139,3,28). Sum of RGB (Red+Green+Blue) = 139+3+28=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B031C is #74FCE3. Grayscale: #2E2E2E. Windows color (decimal): -7666916 or 1835915. OLE color: 1835915.

HSL color Cylindrical-coordinate representation of color #8B031C: hue angle of 348.97º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B031C is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 3 28 -
CMYK 0 0.98 0.80 0.45
HSL 348.97º 0.96% 0.28% -
HSV(B) 348.97º 0.98% 0.55% -
XYZ 10.89 5.64 1.61 -
YUV 46.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 139 3 28 0 0.98 0.80 0.45 348.97 0.96 0.28
Hex 8B 3 1C 0 62 50 2D 15D 60 1C
Octal 213 3 34 0 142 120 55 535 140 34
Binary 10001011 11 11100 0 1100010 1010000 101101 101011101 1100000 11100

Color Harmonies of #8B031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B031C

Black with #8B031C

Text Example


Text Example

White with #8B031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B031C; }

 p { color: rgb(139,3,28); }

 H1.HeaderClassName
 {
   color: #8B031C;
 }
 .AnyTagClassName
 {
   color: #8B031C;
 }
</style>

background-color css

<style>
 a { background-color: #8B031C; }

 a { background-color: rgb(139,3,28); }

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

border-color css

<style>
 span { border-color: #8B031C; }

 span { border-color: rgb(139,3,28); }

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