Html Css Color HEX #BD2E3C Brick Red

📋 copy color: '#BD2E3C'

red 189 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #BD2E3C

Tints of Brick Red #BD2E3C

RGB

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

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

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

R = 64.07%
G = 15.59%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD2E3C (or 0xBD2E3C) is known color: Brick Red. HEX triplet: BD, 2E and 3C. RGB value is (189,46,60). Sum of RGB (Red+Green+Blue) = 189+46+60=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E3C is #42D1C3. Grayscale: #5A5A5A. Windows color (decimal): -4379076 or 3944125. OLE color: 3944125.

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

Color convert

RGB 189 46 60 -
CMYK 0 0.76 0.68 0.26
HSL 354.13º 0.61% 0.46% -
HSV(B) 354.13º 0.76% 0.74% -
XYZ 22.78 13.1 5.6 -
YUV 90.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 189 46 60 0 0.76 0.68 0.26 354.13 0.61 0.46
Hex BD 2E 3C 0 4C 44 1A 162 3D 2E
Octal 275 56 74 0 114 104 32 542 75 56
Binary 10111101 101110 111100 0 1001100 1000100 11010 101100010 111101 101110

Color Harmonies of #BD2E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E3C

Black with #BD2E3C

Text Example


Text Example

White with #BD2E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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