Html Css Color HEX #BD323B Brick Red

📋 copy color: '#BD323B'

red 189 ◦ green 50 ◦ blue 59

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

Shades of Brick Red #BD323B

Tints of Brick Red #BD323B

RGB

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

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

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

R = 63.42%
G = 16.78%
B = 19.8%

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

#BD323B (or 0xBD323B) is known color: Brick Red. HEX triplet: BD, 32 and 3B. RGB value is (189,50,59). Sum of RGB (Red+Green+Blue) = 189+50+59=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD323B is #42CDC4. Grayscale: #5C5C5C. Windows color (decimal): -4378053 or 3879613. OLE color: 3879613.

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

Color convert

RGB 189 50 59 -
CMYK 0 0.74 0.69 0.26
HSL 356.12º 0.58% 0.47% -
HSV(B) 356.12º 0.74% 0.74% -
XYZ 22.92 13.42 5.52 -
YUV 92.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 189 50 59 0 0.74 0.69 0.26 356.12 0.58 0.47
Hex BD 32 3B 0 4A 45 1A 164 3A 2F
Octal 275 62 73 0 112 105 32 544 72 57
Binary 10111101 110010 111011 0 1001010 1000101 11010 101100100 111010 101111

Color Harmonies of #BD323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD323B

Black with #BD323B

Text Example


Text Example

White with #BD323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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