Html Css Color HEX #B83C3C Medium Carmine

📋 copy color: '#B83C3C'

red 184 ◦ green 60 ◦ blue 60

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

Shades of Medium Carmine #B83C3C

Tints of Medium Carmine #B83C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 60.53%
G = 19.74%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B83C3C (or 0xB83C3C) is known color: Medium Carmine. HEX triplet: B8, 3C and 3C. RGB value is (184,60,60). Sum of RGB (Red+Green+Blue) = 184+60+60=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C3C is #47C3C3. Grayscale: #616161. Windows color (decimal): -4703172 or 3947704. OLE color: 3947704.

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

Color convert

RGB 184 60 60 -
CMYK 0 0.67 0.67 0.28
HSL 0.51% 0.48% -
HSV(B) 0.67% 0.72% -
XYZ 22.2 13.75 5.76 -
YUV 97.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 184 60 60 0 0.67 0.67 0.28 0 0.51 0.48
Hex B8 3C 3C 0 43 43 1C 0 33 30
Octal 270 74 74 0 103 103 34 0 63 60
Binary 10111000 111100 111100 0 1000011 1000011 11100 0 110011 110000

Color Harmonies of #B83C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C3C

Black with #B83C3C

Text Example


Text Example

White with #B83C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C3C; }

 p { color: rgb(184,60,60); }

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

background-color css

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

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

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

border-color css

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

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

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