Html Css Color HEX #B84345 Brick Red

📋 copy color: '#B84345'

red 184 ◦ green 67 ◦ blue 69

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

Shades of Brick Red #B84345

Tints of Brick Red #B84345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 57.5%
G = 20.94%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B84345 (or 0xB84345) is known color: Brick Red. HEX triplet: B8, 43 and 45. RGB value is (184,67,69). Sum of RGB (Red+Green+Blue) = 184+67+69=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B84345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84345 is #47BCBA. Grayscale: #666666. Windows color (decimal): -4701371 or 4539320. OLE color: 4539320.

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

Color convert

RGB 184 67 69 -
CMYK 0 0.64 0.62 0.28
HSL 358.97º 0.47% 0.49% -
HSV(B) 358.97º 0.64% 0.72% -
XYZ 22.85 14.63 7.25 -
YUV 102.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 184 67 69 0 0.64 0.62 0.28 358.97 0.47 0.49
Hex B8 43 45 0 40 3E 1C 167 2F 31
Octal 270 103 105 0 100 76 34 547 57 61
Binary 10111000 1000011 1000101 0 1000000 111110 11100 101100111 101111 110001

Color Harmonies of #B84345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84345

Black with #B84345

Text Example


Text Example

White with #B84345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84345; }

 p { color: rgb(184,67,69); }

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

background-color css

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

 a { background-color: rgb(184,67,69); }

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

border-color css

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

 span { border-color: rgb(184,67,69); }

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