Html Css Color HEX #B83A31 Medium Carmine

📋 copy color: '#B83A31'

red 184 ◦ green 58 ◦ blue 49

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

Shades of Medium Carmine #B83A31

Tints of Medium Carmine #B83A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 63.23%
G = 19.93%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B83A31 (or 0xB83A31) is known color: Medium Carmine. HEX triplet: B8, 3A and 31. RGB value is (184,58,49). Sum of RGB (Red+Green+Blue) = 184+58+49=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A31 is #47C5CE. Grayscale: #5E5E5E. Windows color (decimal): -4703695 or 3226296. OLE color: 3226296.

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

Color convert

RGB 184 58 49 -
CMYK 0 0.68 0.73 0.28
HSL 0.58% 0.46% -
HSV(B) 0.73% 0.72% -
XYZ 21.83 13.44 4.35 -
YUV 94.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 184 58 49 0 0.68 0.73 0.28 4 0.58 0.46
Hex B8 3A 31 0 44 49 1C 4 3A 2E
Octal 270 72 61 0 104 111 34 4 72 56
Binary 10111000 111010 110001 0 1000100 1001001 11100 100 111010 101110

Color Harmonies of #B83A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A31

Black with #B83A31

Text Example


Text Example

White with #B83A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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