Html Css Color HEX #B83B40 Brick Red

📋 copy color: '#B83B40'

red 184 ◦ green 59 ◦ blue 64

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

Shades of Brick Red #B83B40

Tints of Brick Red #B83B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

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

R = 59.93%
G = 19.22%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B83B40 (or 0xB83B40) is known color: Brick Red. HEX triplet: B8, 3B and 40. RGB value is (184,59,64). Sum of RGB (Red+Green+Blue) = 184+59+64=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B40 is #47C4BF. Grayscale: #616161. Windows color (decimal): -4703424 or 4209592. OLE color: 4209592.

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

Color convert

RGB 184 59 64 -
CMYK 0 0.68 0.65 0.28
HSL 357.6º 0.51% 0.48% -
HSV(B) 357.6º 0.68% 0.72% -
XYZ 22.26 13.69 6.32 -
YUV 96.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 184 59 64 0 0.68 0.65 0.28 357.6 0.51 0.48
Hex B8 3B 40 0 44 41 1C 166 33 30
Octal 270 73 100 0 104 101 34 546 63 60
Binary 10111000 111011 1000000 0 1000100 1000001 11100 101100110 110011 110000

Color Harmonies of #B83B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B40

Black with #B83B40

Text Example


Text Example

White with #B83B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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