Html Css Color HEX #B83F2C Medium Carmine

📋 copy color: '#B83F2C'

red 184 ◦ green 63 ◦ blue 44

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

Shades of Medium Carmine #B83F2C

Tints of Medium Carmine #B83F2C

RGB

 RED value IS 184 (72.27% from 255) = 63.23%

 GREEN value IS 63 (25% from 255) = 21.65%

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

R = 63.23%
G = 21.65%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B83F2C (or 0xB83F2C) is known color: Medium Carmine. HEX triplet: B8, 3F and 2C. RGB value is (184,63,44). Sum of RGB (Red+Green+Blue) = 184+63+44=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F2C is #47C0D3. Grayscale: #616161. Windows color (decimal): -4702420 or 2899896. OLE color: 2899896.

HSL color Cylindrical-coordinate representation of color #B83F2C: hue angle of 8.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83F2C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 63 44 -
CMYK 0 0.66 0.76 0.28
HSL 8.14º 0.61% 0.45% -
HSV(B) 8.14º 0.76% 0.72% -
XYZ 22 13.93 3.91 -
YUV 97.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 184 63 44 0 0.66 0.76 0.28 8.14 0.61 0.45
Hex B8 3F 2C 0 42 4C 1C 8 3D 2D
Octal 270 77 54 0 102 114 34 10 75 55
Binary 10111000 111111 101100 0 1000010 1001100 11100 1000 111101 101101

Color Harmonies of #B83F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F2C

Black with #B83F2C

Text Example


Text Example

White with #B83F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F2C; }

 p { color: rgb(184,63,44); }

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

background-color css

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

 a { background-color: rgb(184,63,44); }

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

border-color css

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

 span { border-color: rgb(184,63,44); }

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