Html Css Color HEX #BD283E Brick Red

📋 copy color: '#BD283E'

red 189 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #BD283E

Tints of Brick Red #BD283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 64.95%
G = 13.75%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD283E (or 0xBD283E) is known color: Brick Red. HEX triplet: BD, 28 and 3E. RGB value is (189,40,62). Sum of RGB (Red+Green+Blue) = 189+40+62=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD283E is #42D7C1. Grayscale: #575757. Windows color (decimal): -4380610 or 4073661. OLE color: 4073661.

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

Color convert

RGB 189 40 62 -
CMYK 0 0.79 0.67 0.26
HSL 351.14º 0.65% 0.45% -
HSV(B) 351.14º 0.79% 0.74% -
XYZ 22.61 12.68 5.81 -
YUV 87.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 189 40 62 0 0.79 0.67 0.26 351.14 0.65 0.45
Hex BD 28 3E 0 4F 43 1A 15F 41 2D
Octal 275 50 76 0 117 103 32 537 101 55
Binary 10111101 101000 111110 0 1001111 1000011 11010 101011111 1000001 101101

Color Harmonies of #BD283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD283E

Black with #BD283E

Text Example


Text Example

White with #BD283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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