Html Css Color HEX #B83E2A Medium Carmine

📋 copy color: '#B83E2A'

red 184 ◦ green 62 ◦ blue 42

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

Shades of Medium Carmine #B83E2A

Tints of Medium Carmine #B83E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 63.89%
G = 21.53%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B83E2A (or 0xB83E2A) is known color: Medium Carmine. HEX triplet: B8, 3E and 2A. RGB value is (184,62,42). Sum of RGB (Red+Green+Blue) = 184+62+42=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E2A is #47C1D5. Grayscale: #606060. Windows color (decimal): -4702678 or 2768568. OLE color: 2768568.

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

Color convert

RGB 184 62 42 -
CMYK 0 0.66 0.77 0.28
HSL 8.45º 0.63% 0.44% -
HSV(B) 8.45º 0.77% 0.72% -
XYZ 21.91 13.8 3.7 -
YUV 96.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 184 62 42 0 0.66 0.77 0.28 8.45 0.63 0.44
Hex B8 3E 2A 0 42 4D 1C 8 3F 2C
Octal 270 76 52 0 102 115 34 10 77 54
Binary 10111000 111110 101010 0 1000010 1001101 11100 1000 111111 101100

Color Harmonies of #B83E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83E2A

Black with #B83E2A

Text Example


Text Example

White with #B83E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83E2A; }

 p { color: rgb(184,62,42); }

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

background-color css

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

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

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

border-color css

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

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

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