Html Css Color HEX #B83241 Brick Red

📋 copy color: '#B83241'

red 184 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #B83241

Tints of Brick Red #B83241

RGB

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

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

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

R = 61.54%
G = 16.72%
B = 21.74%

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

#B83241 (or 0xB83241) is known color: Brick Red. HEX triplet: B8, 32 and 41. RGB value is (184,50,65). Sum of RGB (Red+Green+Blue) = 184+50+65=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B83241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83241 is #47CDBE. Grayscale: #5B5B5B. Windows color (decimal): -4705727 or 4272824. OLE color: 4272824.

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

Color convert

RGB 184 50 65 -
CMYK 0 0.73 0.65 0.28
HSL 353.28º 0.57% 0.46% -
HSV(B) 353.28º 0.73% 0.72% -
XYZ 21.86 12.85 6.33 -
YUV 91.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 184 50 65 0 0.73 0.65 0.28 353.28 0.57 0.46
Hex B8 32 41 0 49 41 1C 161 39 2E
Octal 270 62 101 0 111 101 34 541 71 56
Binary 10111000 110010 1000001 0 1001001 1000001 11100 101100001 111001 101110

Color Harmonies of #B83241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83241

Black with #B83241

Text Example


Text Example

White with #B83241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83241; }

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

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

background-color css

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

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

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

border-color css

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

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

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