Html Css Color HEX #B82F3A Brick Red

📋 copy color: '#B82F3A'

red 184 ◦ green 47 ◦ blue 58

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

Shades of Brick Red #B82F3A

Tints of Brick Red #B82F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 63.67%
G = 16.26%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B82F3A (or 0xB82F3A) is known color: Brick Red. HEX triplet: B8, 2F and 3A. RGB value is (184,47,58). Sum of RGB (Red+Green+Blue) = 184+47+58=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82F3A is #47D0C5. Grayscale: #595959. Windows color (decimal): -4706502 or 3813304. OLE color: 3813304.

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

Color convert

RGB 184 47 58 -
CMYK 0 0.74 0.68 0.28
HSL 355.18º 0.59% 0.45% -
HSV(B) 355.18º 0.74% 0.72% -
XYZ 21.55 12.53 5.29 -
YUV 89.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 184 47 58 0 0.74 0.68 0.28 355.18 0.59 0.45
Hex B8 2F 3A 0 4A 44 1C 163 3B 2D
Octal 270 57 72 0 112 104 34 543 73 55
Binary 10111000 101111 111010 0 1001010 1000100 11100 101100011 111011 101101

Color Harmonies of #B82F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F3A

Black with #B82F3A

Text Example


Text Example

White with #B82F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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