Html Css Color HEX #BD323A Brick Red

📋 copy color: '#BD323A'

red 189 ◦ green 50 ◦ blue 58

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

Shades of Brick Red #BD323A

Tints of Brick Red #BD323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 63.64%
G = 16.84%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD323A (or 0xBD323A) is known color: Brick Red. HEX triplet: BD, 32 and 3A. RGB value is (189,50,58). Sum of RGB (Red+Green+Blue) = 189+50+58=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD323A is #42CDC5. Grayscale: #5C5C5C. Windows color (decimal): -4378054 or 3814077. OLE color: 3814077.

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

Color convert

RGB 189 50 58 -
CMYK 0 0.74 0.69 0.26
HSL 356.55º 0.58% 0.47% -
HSV(B) 356.55º 0.74% 0.74% -
XYZ 22.89 13.41 5.38 -
YUV 92.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 189 50 58 0 0.74 0.69 0.26 356.55 0.58 0.47
Hex BD 32 3A 0 4A 45 1A 165 3A 2F
Octal 275 62 72 0 112 105 32 545 72 57
Binary 10111101 110010 111010 0 1001010 1000101 11010 101100101 111010 101111

Color Harmonies of #BD323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD323A

Black with #BD323A

Text Example


Text Example

White with #BD323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD323A; }

 p { color: rgb(189,50,58); }

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

background-color css

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

 a { background-color: rgb(189,50,58); }

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

border-color css

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

 span { border-color: rgb(189,50,58); }

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