Html Css Color HEX #BD283C Brick Red

📋 copy color: '#BD283C'

red 189 ◦ green 40 ◦ blue 60

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

Shades of Brick Red #BD283C

Tints of Brick Red #BD283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 65.4%
G = 13.84%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD283C (or 0xBD283C) is known color: Brick Red. HEX triplet: BD, 28 and 3C. RGB value is (189,40,60). Sum of RGB (Red+Green+Blue) = 189+40+60=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD283C is #42D7C3. Grayscale: #565656. Windows color (decimal): -4380612 or 3942589. OLE color: 3942589.

HSL color Cylindrical-coordinate representation of color #BD283C: hue angle of 351.95º 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 #BD283C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 60 -
CMYK 0 0.79 0.68 0.26
HSL 351.95º 0.65% 0.45% -
HSV(B) 351.95º 0.79% 0.74% -
XYZ 22.56 12.66 5.53 -
YUV 86.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 189 40 60 0 0.79 0.68 0.26 351.95 0.65 0.45
Hex BD 28 3C 0 4F 44 1A 160 41 2D
Octal 275 50 74 0 117 104 32 540 101 55
Binary 10111101 101000 111100 0 1001111 1000100 11010 101100000 1000001 101101

Color Harmonies of #BD283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD283C

Black with #BD283C

Text Example


Text Example

White with #BD283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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