Html Css Color HEX #B83242 Brick Red

📋 copy color: '#B83242'

red 184 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #B83242

Tints of Brick Red #B83242

RGB

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

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

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

R = 61.33%
G = 16.67%
B = 22%

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

#B83242 (or 0xB83242) is known color: Brick Red. HEX triplet: B8, 32 and 42. RGB value is (184,50,66). Sum of RGB (Red+Green+Blue) = 184+50+66=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B83242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83242 is #47CDBD. Grayscale: #5B5B5B. Windows color (decimal): -4705726 or 4338360. OLE color: 4338360.

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

Color convert

RGB 184 50 66 -
CMYK 0 0.73 0.64 0.28
HSL 352.84º 0.57% 0.46% -
HSV(B) 352.84º 0.73% 0.72% -
XYZ 21.89 12.86 6.48 -
YUV 91.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 184 50 66 0 0.73 0.64 0.28 352.84 0.57 0.46
Hex B8 32 42 0 49 40 1C 161 39 2E
Octal 270 62 102 0 111 100 34 541 71 56
Binary 10111000 110010 1000010 0 1001001 1000000 11100 101100001 111001 101110

Color Harmonies of #B83242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83242

Black with #B83242

Text Example


Text Example

White with #B83242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83242; }

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

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

background-color css

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

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

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

border-color css

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

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

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