Html Css Color HEX #BD2E3B Brick Red

📋 copy color: '#BD2E3B'

red 189 ◦ green 46 ◦ blue 59

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

Shades of Brick Red #BD2E3B

Tints of Brick Red #BD2E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

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

R = 64.29%
G = 15.65%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD2E3B (or 0xBD2E3B) is known color: Brick Red. HEX triplet: BD, 2E and 3B. RGB value is (189,46,59). Sum of RGB (Red+Green+Blue) = 189+46+59=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E3B is #42D1C4. Grayscale: #5A5A5A. Windows color (decimal): -4379077 or 3878589. OLE color: 3878589.

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

Color convert

RGB 189 46 59 -
CMYK 0 0.76 0.69 0.26
HSL 354.55º 0.61% 0.46% -
HSV(B) 354.55º 0.76% 0.74% -
XYZ 22.75 13.09 5.46 -
YUV 90.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 189 46 59 0 0.76 0.69 0.26 354.55 0.61 0.46
Hex BD 2E 3B 0 4C 45 1A 163 3D 2E
Octal 275 56 73 0 114 105 32 543 75 56
Binary 10111101 101110 111011 0 1001100 1000101 11010 101100011 111101 101110

Color Harmonies of #BD2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E3B

Black with #BD2E3B

Text Example


Text Example

White with #BD2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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