Html Css Color HEX #B83042 Brick Red

📋 copy color: '#B83042'

red 184 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #B83042

Tints of Brick Red #B83042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 61.74%
G = 16.11%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B83042 (or 0xB83042) is known color: Brick Red. HEX triplet: B8, 30 and 42. RGB value is (184,48,66). Sum of RGB (Red+Green+Blue) = 184+48+66=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B83042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83042 is #47CFBD. Grayscale: #5A5A5A. Windows color (decimal): -4706238 or 4337848. OLE color: 4337848.

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

Color convert

RGB 184 48 66 -
CMYK 0 0.74 0.64 0.28
HSL 352.06º 0.59% 0.45% -
HSV(B) 352.06º 0.74% 0.72% -
XYZ 21.81 12.7 6.46 -
YUV 90.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 184 48 66 0 0.74 0.64 0.28 352.06 0.59 0.45
Hex B8 30 42 0 4A 40 1C 160 3B 2D
Octal 270 60 102 0 112 100 34 540 73 55
Binary 10111000 110000 1000010 0 1001010 1000000 11100 101100000 111011 101101

Color Harmonies of #B83042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83042

Black with #B83042

Text Example


Text Example

White with #B83042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83042; }

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

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

background-color css

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

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

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

border-color css

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

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

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