Html Css Color HEX #B83A2D Medium Carmine

📋 copy color: '#B83A2D'

red 184 ◦ green 58 ◦ blue 45

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

Shades of Medium Carmine #B83A2D

Tints of Medium Carmine #B83A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 64.11%
G = 20.21%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B83A2D (or 0xB83A2D) is known color: Medium Carmine. HEX triplet: B8, 3A and 2D. RGB value is (184,58,45). Sum of RGB (Red+Green+Blue) = 184+58+45=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A2D is #47C5D2. Grayscale: #5E5E5E. Windows color (decimal): -4703699 or 2964152. OLE color: 2964152.

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

Color convert

RGB 184 58 45 -
CMYK 0 0.68 0.76 0.28
HSL 5.61º 0.61% 0.45% -
HSV(B) 5.61º 0.76% 0.72% -
XYZ 21.75 13.41 3.92 -
YUV 94.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 184 58 45 0 0.68 0.76 0.28 5.61 0.61 0.45
Hex B8 3A 2D 0 44 4C 1C 6 3D 2D
Octal 270 72 55 0 104 114 34 6 75 55
Binary 10111000 111010 101101 0 1000100 1001100 11100 110 111101 101101

Color Harmonies of #B83A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A2D

Black with #B83A2D

Text Example


Text Example

White with #B83A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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