Html Css Color HEX #B83B42 Brick Red

📋 copy color: '#B83B42'

red 184 ◦ green 59 ◦ blue 66

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

Shades of Brick Red #B83B42

Tints of Brick Red #B83B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 59.55%
G = 19.09%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B83B42 (or 0xB83B42) is known color: Brick Red. HEX triplet: B8, 3B and 42. RGB value is (184,59,66). Sum of RGB (Red+Green+Blue) = 184+59+66=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B42 is #47C4BD. Grayscale: #616161. Windows color (decimal): -4703422 or 4340664. OLE color: 4340664.

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

Color convert

RGB 184 59 66 -
CMYK 0 0.68 0.64 0.28
HSL 356.64º 0.51% 0.48% -
HSV(B) 356.64º 0.68% 0.72% -
XYZ 22.31 13.71 6.62 -
YUV 97.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 184 59 66 0 0.68 0.64 0.28 356.64 0.51 0.48
Hex B8 3B 42 0 44 40 1C 165 33 30
Octal 270 73 102 0 104 100 34 545 63 60
Binary 10111000 111011 1000010 0 1000100 1000000 11100 101100101 110011 110000

Color Harmonies of #B83B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B42

Black with #B83B42

Text Example


Text Example

White with #B83B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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