Html Css Color HEX #B9283D Brick Red

📋 copy color: '#B9283D'

red 185 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #B9283D

Tints of Brick Red #B9283D

RGB

 RED value IS 185 (72.66% from 255) = 64.69%

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

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

R = 64.69%
G = 13.99%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9283D (or 0xB9283D) is known color: Brick Red. HEX triplet: B9, 28 and 3D. RGB value is (185,40,61). Sum of RGB (Red+Green+Blue) = 185+40+61=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9283D is #46D7C2. Grayscale: #555555. Windows color (decimal): -4642755 or 4008121. OLE color: 4008121.

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

Color convert

RGB 185 40 61 -
CMYK 0 0.78 0.67 0.27
HSL 351.31º 0.64% 0.44% -
HSV(B) 351.31º 0.78% 0.73% -
XYZ 21.61 12.17 5.62 -
YUV 85.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 185 40 61 0 0.78 0.67 0.27 351.31 0.64 0.44
Hex B9 28 3D 0 4E 43 1B 15F 40 2C
Octal 271 50 75 0 116 103 33 537 100 54
Binary 10111001 101000 111101 0 1001110 1000011 11011 101011111 1000000 101100

Color Harmonies of #B9283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9283D

Black with #B9283D

Text Example


Text Example

White with #B9283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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