Html Css Color HEX #B83F32 Medium Carmine

📋 copy color: '#B83F32'

red 184 ◦ green 63 ◦ blue 50

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

Shades of Medium Carmine #B83F32

Tints of Medium Carmine #B83F32

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

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

R = 61.95%
G = 21.21%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B83F32 (or 0xB83F32) is known color: Medium Carmine. HEX triplet: B8, 3F and 32. RGB value is (184,63,50). Sum of RGB (Red+Green+Blue) = 184+63+50=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F32 is #47C0CD. Grayscale: #616161. Windows color (decimal): -4702414 or 3293112. OLE color: 3293112.

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

Color convert

RGB 184 63 50 -
CMYK 0 0.66 0.73 0.28
HSL 5.82º 0.57% 0.46% -
HSV(B) 5.82º 0.73% 0.72% -
XYZ 22.12 13.98 4.55 -
YUV 97.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 184 63 50 0 0.66 0.73 0.28 5.82 0.57 0.46
Hex B8 3F 32 0 42 49 1C 6 39 2E
Octal 270 77 62 0 102 111 34 6 71 56
Binary 10111000 111111 110010 0 1000010 1001001 11100 110 111001 101110

Color Harmonies of #B83F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F32

Black with #B83F32

Text Example


Text Example

White with #B83F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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