Html Css Color HEX #B82A3E Brick Red

📋 copy color: '#B82A3E'

red 184 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #B82A3E

Tints of Brick Red #B82A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 63.89%
G = 14.58%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B82A3E (or 0xB82A3E) is known color: Brick Red. HEX triplet: B8, 2A and 3E. RGB value is (184,42,62). Sum of RGB (Red+Green+Blue) = 184+42+62=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A3E is #47D5C1. Grayscale: #565656. Windows color (decimal): -4707778 or 4074168. OLE color: 4074168.

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

Color convert

RGB 184 42 62 -
CMYK 0 0.77 0.66 0.28
HSL 351.55º 0.63% 0.44% -
HSV(B) 351.55º 0.77% 0.72% -
XYZ 21.46 12.19 5.78 -
YUV 86.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 184 42 62 0 0.77 0.66 0.28 351.55 0.63 0.44
Hex B8 2A 3E 0 4D 42 1C 160 3F 2C
Octal 270 52 76 0 115 102 34 540 77 54
Binary 10111000 101010 111110 0 1001101 1000010 11100 101100000 111111 101100

Color Harmonies of #B82A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82A3E

Black with #B82A3E

Text Example


Text Example

White with #B82A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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