Html Css Color HEX #B83540 Brick Red

📋 copy color: '#B83540'

red 184 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #B83540

Tints of Brick Red #B83540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 61.13%
G = 17.61%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B83540 (or 0xB83540) is known color: Brick Red. HEX triplet: B8, 35 and 40. RGB value is (184,53,64). Sum of RGB (Red+Green+Blue) = 184+53+64=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B83540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83540 is #47CABF. Grayscale: #5D5D5D. Windows color (decimal): -4704960 or 4208056. OLE color: 4208056.

HSL color Cylindrical-coordinate representation of color #B83540: hue angle of 354.96º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83540 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 64 -
CMYK 0 0.71 0.65 0.28
HSL 354.96º 0.55% 0.46% -
HSV(B) 354.96º 0.71% 0.72% -
XYZ 21.97 13.11 6.22 -
YUV 93.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 184 53 64 0 0.71 0.65 0.28 354.96 0.55 0.46
Hex B8 35 40 0 47 41 1C 163 37 2E
Octal 270 65 100 0 107 101 34 543 67 56
Binary 10111000 110101 1000000 0 1000111 1000001 11100 101100011 110111 101110

Color Harmonies of #B83540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83540

Black with #B83540

Text Example


Text Example

White with #B83540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83540; }

 p { color: rgb(184,53,64); }

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

background-color css

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

 a { background-color: rgb(184,53,64); }

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

border-color css

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

 span { border-color: rgb(184,53,64); }

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