Html Css Color HEX #B83F3F Medium Carmine

📋 copy color: '#B83F3F'

red 184 ◦ green 63 ◦ blue 63

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

Shades of Medium Carmine #B83F3F

Tints of Medium Carmine #B83F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.32%

R = 59.35%
G = 20.32%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B83F3F (or 0xB83F3F) is known color: Medium Carmine. HEX triplet: B8, 3F and 3F. RGB value is (184,63,63). Sum of RGB (Red+Green+Blue) = 184+63+63=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F3F is #47C0C0. Grayscale: #636363. Windows color (decimal): -4702401 or 4145080. OLE color: 4145080.

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

Color convert

RGB 184 63 63 -
CMYK 0 0.66 0.66 0.28
HSL 0.49% 0.48% -
HSV(B) 0.66% 0.72% -
XYZ 22.44 14.1 6.24 -
YUV 99.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 184 63 63 0 0.66 0.66 0.28 0 0.49 0.48
Hex B8 3F 3F 0 42 42 1C 0 31 30
Octal 270 77 77 0 102 102 34 0 61 60
Binary 10111000 111111 111111 0 1000010 1000010 11100 0 110001 110000

Color Harmonies of #B83F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F3F

Black with #B83F3F

Text Example


Text Example

White with #B83F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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