Html Css Color HEX #B83442 Brick Red

📋 copy color: '#B83442'

red 184 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #B83442

Tints of Brick Red #B83442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 60.93%
G = 17.22%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B83442 (or 0xB83442) is known color: Brick Red. HEX triplet: B8, 34 and 42. RGB value is (184,52,66). Sum of RGB (Red+Green+Blue) = 184+52+66=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B83442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83442 is #47CBBD. Grayscale: #5D5D5D. Windows color (decimal): -4705214 or 4338872. OLE color: 4338872.

HSL color Cylindrical-coordinate representation of color #B83442: hue angle of 353.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83442 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 66 -
CMYK 0 0.72 0.64 0.28
HSL 353.64º 0.56% 0.46% -
HSV(B) 353.64º 0.72% 0.72% -
XYZ 21.98 13.04 6.51 -
YUV 93.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 184 52 66 0 0.72 0.64 0.28 353.64 0.56 0.46
Hex B8 34 42 0 48 40 1C 162 38 2E
Octal 270 64 102 0 110 100 34 542 70 56
Binary 10111000 110100 1000010 0 1001000 1000000 11100 101100010 111000 101110

Color Harmonies of #B83442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83442

Black with #B83442

Text Example


Text Example

White with #B83442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83442; }

 p { color: rgb(184,52,66); }

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

background-color css

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

 a { background-color: rgb(184,52,66); }

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

border-color css

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

 span { border-color: rgb(184,52,66); }

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