Html Css Color HEX #B83B3A Medium Carmine

📋 copy color: '#B83B3A'

red 184 ◦ green 59 ◦ blue 58

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

Shades of Medium Carmine #B83B3A

Tints of Medium Carmine #B83B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 61.13%
G = 19.6%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B83B3A (or 0xB83B3A) is known color: Medium Carmine. HEX triplet: B8, 3B and 3A. RGB value is (184,59,58). Sum of RGB (Red+Green+Blue) = 184+59+58=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B3A is #47C4C5. Grayscale: #606060. Windows color (decimal): -4703430 or 3816376. OLE color: 3816376.

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

Color convert

RGB 184 59 58 -
CMYK 0 0.68 0.68 0.28
HSL 0.48º 0.52% 0.47% -
HSV(B) 0.48º 0.68% 0.72% -
XYZ 22.09 13.62 5.47 -
YUV 96.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 184 59 58 0 0.68 0.68 0.28 0.48 0.52 0.47
Hex B8 3B 3A 0 44 44 1C 0 34 2F
Octal 270 73 72 0 104 104 34 0 64 57
Binary 10111000 111011 111010 0 1000100 1000100 11100 0 110100 101111

Color Harmonies of #B83B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B3A

Black with #B83B3A

Text Example


Text Example

White with #B83B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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