Html Css Color HEX #B8283D Brick Red

📋 copy color: '#B8283D'

red 184 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #B8283D

Tints of Brick Red #B8283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 64.56%
G = 14.04%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8283D (or 0xB8283D) is known color: Brick Red. HEX triplet: B8, 28 and 3D. RGB value is (184,40,61). Sum of RGB (Red+Green+Blue) = 184+40+61=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8283D is #47D7C2. Grayscale: #555555. Windows color (decimal): -4708291 or 4008120. OLE color: 4008120.

HSL color Cylindrical-coordinate representation of color #B8283D: hue angle of 351.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8283D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 61 -
CMYK 0 0.78 0.67 0.28
HSL 351.25º 0.64% 0.44% -
HSV(B) 351.25º 0.78% 0.72% -
XYZ 21.37 12.04 5.61 -
YUV 85.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 184 40 61 0 0.78 0.67 0.28 351.25 0.64 0.44
Hex B8 28 3D 0 4E 43 1C 15F 40 2C
Octal 270 50 75 0 116 103 34 537 100 54
Binary 10111000 101000 111101 0 1001110 1000011 11100 101011111 1000000 101100

Color Harmonies of #B8283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8283D

Black with #B8283D

Text Example


Text Example

White with #B8283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8283D; }

 p { color: rgb(184,40,61); }

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

background-color css

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

 a { background-color: rgb(184,40,61); }

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

border-color css

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

 span { border-color: rgb(184,40,61); }

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