Html Css Color HEX #B83141 Brick Red

📋 copy color: '#B83141'

red 184 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #B83141

Tints of Brick Red #B83141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 61.74%
G = 16.44%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B83141 (or 0xB83141) is known color: Brick Red. HEX triplet: B8, 31 and 41. RGB value is (184,49,65). Sum of RGB (Red+Green+Blue) = 184+49+65=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B83141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83141 is #47CEBE. Grayscale: #5B5B5B. Windows color (decimal): -4705983 or 4272568. OLE color: 4272568.

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

Color convert

RGB 184 49 65 -
CMYK 0 0.73 0.65 0.28
HSL 352.89º 0.58% 0.46% -
HSV(B) 352.89º 0.73% 0.72% -
XYZ 21.82 12.77 6.32 -
YUV 91.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 184 49 65 0 0.73 0.65 0.28 352.89 0.58 0.46
Hex B8 31 41 0 49 41 1C 161 3A 2E
Octal 270 61 101 0 111 101 34 541 72 56
Binary 10111000 110001 1000001 0 1001001 1000001 11100 101100001 111010 101110

Color Harmonies of #B83141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83141

Black with #B83141

Text Example


Text Example

White with #B83141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83141; }

 p { color: rgb(184,49,65); }

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

background-color css

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

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

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

border-color css

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

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

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