Html Css Color HEX #B82A3A Brick Red

📋 copy color: '#B82A3A'

red 184 ◦ green 42 ◦ blue 58

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

Shades of Brick Red #B82A3A

Tints of Brick Red #B82A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 64.79%
G = 14.79%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B82A3A (or 0xB82A3A) is known color: Brick Red. HEX triplet: B8, 2A and 3A. RGB value is (184,42,58). Sum of RGB (Red+Green+Blue) = 184+42+58=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A3A is #47D5C5. Grayscale: #565656. Windows color (decimal): -4707782 or 3812024. OLE color: 3812024.

HSL color Cylindrical-coordinate representation of color #B82A3A: hue angle of 353.24º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A3A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 42 58 -
CMYK 0 0.77 0.68 0.28
HSL 353.24º 0.63% 0.44% -
HSV(B) 353.24º 0.77% 0.72% -
XYZ 21.36 12.15 5.22 -
YUV 86.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 184 42 58 0 0.77 0.68 0.28 353.24 0.63 0.44
Hex B8 2A 3A 0 4D 44 1C 161 3F 2C
Octal 270 52 72 0 115 104 34 541 77 54
Binary 10111000 101010 111010 0 1001101 1000100 11100 101100001 111111 101100

Color Harmonies of #B82A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82A3A

Black with #B82A3A

Text Example


Text Example

White with #B82A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82A3A; }

 p { color: rgb(184,42,58); }

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

background-color css

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

 a { background-color: rgb(184,42,58); }

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

border-color css

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

 span { border-color: rgb(184,42,58); }

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