Html Css Color HEX #B83240 Brick Red

📋 copy color: '#B83240'

red 184 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #B83240

Tints of Brick Red #B83240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 61.74%
G = 16.78%
B = 21.48%

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

#B83240 (or 0xB83240) is known color: Brick Red. HEX triplet: B8, 32 and 40. RGB value is (184,50,64). Sum of RGB (Red+Green+Blue) = 184+50+64=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B83240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83240 is #47CDBF. Grayscale: #5B5B5B. Windows color (decimal): -4705728 or 4207288. OLE color: 4207288.

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

Color convert

RGB 184 50 64 -
CMYK 0 0.73 0.65 0.28
HSL 353.73º 0.57% 0.46% -
HSV(B) 353.73º 0.73% 0.72% -
XYZ 21.83 12.84 6.18 -
YUV 91.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 184 50 64 0 0.73 0.65 0.28 353.73 0.57 0.46
Hex B8 32 40 0 49 41 1C 162 39 2E
Octal 270 62 100 0 111 101 34 542 71 56
Binary 10111000 110010 1000000 0 1001001 1000001 11100 101100010 111001 101110

Color Harmonies of #B83240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83240

Black with #B83240

Text Example


Text Example

White with #B83240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83240; }

 p { color: rgb(184,50,64); }

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

background-color css

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

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

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

border-color css

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

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

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