Html Css Color HEX #BD283F Brick Red

📋 copy color: '#BD283F'

red 189 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #BD283F

Tints of Brick Red #BD283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 64.73%
G = 13.7%
B = 21.58%

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

#BD283F (or 0xBD283F) is known color: Brick Red. HEX triplet: BD, 28 and 3F. RGB value is (189,40,63). Sum of RGB (Red+Green+Blue) = 189+40+63=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD283F is #42D7C0. Grayscale: #575757. Windows color (decimal): -4380609 or 4139197. OLE color: 4139197.

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

Color convert

RGB 189 40 63 -
CMYK 0 0.79 0.67 0.26
HSL 350.74º 0.65% 0.45% -
HSV(B) 350.74º 0.79% 0.74% -
XYZ 22.64 12.7 5.96 -
YUV 87.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 189 40 63 0 0.79 0.67 0.26 350.74 0.65 0.45
Hex BD 28 3F 0 4F 43 1A 15F 41 2D
Octal 275 50 77 0 117 103 32 537 101 55
Binary 10111101 101000 111111 0 1001111 1000011 11010 101011111 1000001 101101

Color Harmonies of #BD283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD283F

Black with #BD283F

Text Example


Text Example

White with #BD283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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