Html Css Color HEX #B83641 Brick Red

📋 copy color: '#B83641'

red 184 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #B83641

Tints of Brick Red #B83641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 60.73%
G = 17.82%
B = 21.45%

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

#B83641 (or 0xB83641) is known color: Brick Red. HEX triplet: B8, 36 and 41. RGB value is (184,54,65). Sum of RGB (Red+Green+Blue) = 184+54+65=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B83641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83641 is #47C9BE. Grayscale: #5E5E5E. Windows color (decimal): -4704703 or 4273848. OLE color: 4273848.

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

Color convert

RGB 184 54 65 -
CMYK 0 0.71 0.65 0.28
HSL 354.92º 0.55% 0.47% -
HSV(B) 354.92º 0.71% 0.72% -
XYZ 22.04 13.21 6.39 -
YUV 94.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 184 54 65 0 0.71 0.65 0.28 354.92 0.55 0.47
Hex B8 36 41 0 47 41 1C 163 37 2F
Octal 270 66 101 0 107 101 34 543 67 57
Binary 10111000 110110 1000001 0 1000111 1000001 11100 101100011 110111 101111

Color Harmonies of #B83641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83641

Black with #B83641

Text Example


Text Example

White with #B83641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83641; }

 p { color: rgb(184,54,65); }

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

background-color css

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

 a { background-color: rgb(184,54,65); }

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

border-color css

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

 span { border-color: rgb(184,54,65); }

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