Html Css Color HEX #B83A32 Medium Carmine

📋 copy color: '#B83A32'

red 184 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #B83A32

Tints of Medium Carmine #B83A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 63.01%
G = 19.86%
B = 17.12%

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

#B83A32 (or 0xB83A32) is known color: Medium Carmine. HEX triplet: B8, 3A and 32. RGB value is (184,58,50). Sum of RGB (Red+Green+Blue) = 184+58+50=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A32 is #47C5CD. Grayscale: #5E5E5E. Windows color (decimal): -4703694 or 3291832. OLE color: 3291832.

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

Color convert

RGB 184 58 50 -
CMYK 0 0.68 0.73 0.28
HSL 3.58º 0.57% 0.46% -
HSV(B) 3.58º 0.73% 0.72% -
XYZ 21.86 13.45 4.46 -
YUV 94.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 184 58 50 0 0.68 0.73 0.28 3.58 0.57 0.46
Hex B8 3A 32 0 44 49 1C 4 39 2E
Octal 270 72 62 0 104 111 34 4 71 56
Binary 10111000 111010 110010 0 1000100 1001001 11100 100 111001 101110

Color Harmonies of #B83A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A32

Black with #B83A32

Text Example


Text Example

White with #B83A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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