Html Css Color HEX #B83F2F Medium Carmine

📋 copy color: '#B83F2F'

red 184 ◦ green 63 ◦ blue 47

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

Shades of Medium Carmine #B83F2F

Tints of Medium Carmine #B83F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 62.59%
G = 21.43%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B83F2F (or 0xB83F2F) is known color: Medium Carmine. HEX triplet: B8, 3F and 2F. RGB value is (184,63,47). Sum of RGB (Red+Green+Blue) = 184+63+47=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F2F is #47C0D0. Grayscale: #616161. Windows color (decimal): -4702417 or 3096504. OLE color: 3096504.

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

Color convert

RGB 184 63 47 -
CMYK 0 0.66 0.74 0.28
HSL 7.01º 0.59% 0.45% -
HSV(B) 7.01º 0.74% 0.72% -
XYZ 22.06 13.95 4.22 -
YUV 97.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 184 63 47 0 0.66 0.74 0.28 7.01 0.59 0.45
Hex B8 3F 2F 0 42 4A 1C 7 3B 2D
Octal 270 77 57 0 102 112 34 7 73 55
Binary 10111000 111111 101111 0 1000010 1001010 11100 111 111011 101101

Color Harmonies of #B83F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F2F

Black with #B83F2F

Text Example


Text Example

White with #B83F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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