Html Css Color HEX #B83742 Brick Red

📋 copy color: '#B83742'

red 184 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #B83742

Tints of Brick Red #B83742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 60.33%
G = 18.03%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B83742 (or 0xB83742) is known color: Brick Red. HEX triplet: B8, 37 and 42. RGB value is (184,55,66). Sum of RGB (Red+Green+Blue) = 184+55+66=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83742 is #47C8BD. Grayscale: #5E5E5E. Windows color (decimal): -4704446 or 4339640. OLE color: 4339640.

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

Color convert

RGB 184 55 66 -
CMYK 0 0.70 0.64 0.28
HSL 354.88º 0.54% 0.47% -
HSV(B) 354.88º 0.7% 0.72% -
XYZ 22.12 13.32 6.56 -
YUV 94.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 184 55 66 0 0.70 0.64 0.28 354.88 0.54 0.47
Hex B8 37 42 0 46 40 1C 163 36 2F
Octal 270 67 102 0 106 100 34 543 66 57
Binary 10111000 110111 1000010 0 1000110 1000000 11100 101100011 110110 101111

Color Harmonies of #B83742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83742

Black with #B83742

Text Example


Text Example

White with #B83742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83742; }

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

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

background-color css

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

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

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

border-color css

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

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

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