Html Css Color HEX #BD283B Brick Red

📋 copy color: '#BD283B'

red 189 ◦ green 40 ◦ blue 59

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

Shades of Brick Red #BD283B

Tints of Brick Red #BD283B

RGB

 RED value IS 189 (74.22% from 255) = 65.63%

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

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 65.63%
G = 13.89%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD283B (or 0xBD283B) is known color: Brick Red. HEX triplet: BD, 28 and 3B. RGB value is (189,40,59). Sum of RGB (Red+Green+Blue) = 189+40+59=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD283B is #42D7C4. Grayscale: #565656. Windows color (decimal): -4380613 or 3877053. OLE color: 3877053.

HSL color Cylindrical-coordinate representation of color #BD283B: hue angle of 352.35º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD283B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 59 -
CMYK 0 0.79 0.69 0.26
HSL 352.35º 0.65% 0.45% -
HSV(B) 352.35º 0.79% 0.74% -
XYZ 22.53 12.65 5.39 -
YUV 86.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 189 40 59 0 0.79 0.69 0.26 352.35 0.65 0.45
Hex BD 28 3B 0 4F 45 1A 160 41 2D
Octal 275 50 73 0 117 105 32 540 101 55
Binary 10111101 101000 111011 0 1001111 1000101 11010 101100000 1000001 101101

Color Harmonies of #BD283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD283B

Black with #BD283B

Text Example


Text Example

White with #BD283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD283B; }

 p { color: rgb(189,40,59); }

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

background-color css

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

 a { background-color: rgb(189,40,59); }

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

border-color css

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

 span { border-color: rgb(189,40,59); }

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