Html Css Color HEX #B83A2C Medium Carmine

📋 copy color: '#B83A2C'

red 184 ◦ green 58 ◦ blue 44

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

Shades of Medium Carmine #B83A2C

Tints of Medium Carmine #B83A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

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

R = 64.34%
G = 20.28%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B83A2C (or 0xB83A2C) is known color: Medium Carmine. HEX triplet: B8, 3A and 2C. RGB value is (184,58,44). Sum of RGB (Red+Green+Blue) = 184+58+44=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A2C is #47C5D3. Grayscale: #5E5E5E. Windows color (decimal): -4703700 or 2898616. OLE color: 2898616.

HSL color Cylindrical-coordinate representation of color #B83A2C: hue angle of 6º 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 #B83A2C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 44 -
CMYK 0 0.68 0.76 0.28
HSL 0.61% 0.45% -
HSV(B) 0.76% 0.72% -
XYZ 21.73 13.4 3.82 -
YUV 94.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 184 58 44 0 0.68 0.76 0.28 6 0.61 0.45
Hex B8 3A 2C 0 44 4C 1C 6 3D 2D
Octal 270 72 54 0 104 114 34 6 75 55
Binary 10111000 111010 101100 0 1000100 1001100 11100 110 111101 101101

Color Harmonies of #B83A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A2C

Black with #B83A2C

Text Example


Text Example

White with #B83A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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