Html Css Color HEX #B83142 Brick Red

📋 copy color: '#B83142'

red 184 ◦ green 49 ◦ blue 66

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

Shades of Brick Red #B83142

Tints of Brick Red #B83142

RGB

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

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

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

R = 61.54%
G = 16.39%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B83142 (or 0xB83142) is known color: Brick Red. HEX triplet: B8, 31 and 42. RGB value is (184,49,66). Sum of RGB (Red+Green+Blue) = 184+49+66=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B83142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83142 is #47CEBD. Grayscale: #5B5B5B. Windows color (decimal): -4705982 or 4338104. OLE color: 4338104.

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

Color convert

RGB 184 49 66 -
CMYK 0 0.73 0.64 0.28
HSL 352.44º 0.58% 0.46% -
HSV(B) 352.44º 0.73% 0.72% -
XYZ 21.85 12.78 6.47 -
YUV 91.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 184 49 66 0 0.73 0.64 0.28 352.44 0.58 0.46
Hex B8 31 42 0 49 40 1C 160 3A 2E
Octal 270 61 102 0 111 100 34 540 72 56
Binary 10111000 110001 1000010 0 1001001 1000000 11100 101100000 111010 101110

Color Harmonies of #B83142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83142

Black with #B83142

Text Example


Text Example

White with #B83142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83142; }

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

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

background-color css

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

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

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

border-color css

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

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

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