Html Css Color HEX #BD323C Brick Red

📋 copy color: '#BD323C'

red 189 ◦ green 50 ◦ blue 60

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

Shades of Brick Red #BD323C

Tints of Brick Red #BD323C

RGB

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

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

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

R = 63.21%
G = 16.72%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD323C (or 0xBD323C) is known color: Brick Red. HEX triplet: BD, 32 and 3C. RGB value is (189,50,60). Sum of RGB (Red+Green+Blue) = 189+50+60=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD323C is #42CDC3. Grayscale: #5C5C5C. Windows color (decimal): -4378052 or 3945149. OLE color: 3945149.

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

Color convert

RGB 189 50 60 -
CMYK 0 0.74 0.68 0.26
HSL 355.68º 0.58% 0.47% -
HSV(B) 355.68º 0.74% 0.74% -
XYZ 22.94 13.43 5.66 -
YUV 92.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 189 50 60 0 0.74 0.68 0.26 355.68 0.58 0.47
Hex BD 32 3C 0 4A 44 1A 164 3A 2F
Octal 275 62 74 0 112 104 32 544 72 57
Binary 10111101 110010 111100 0 1001010 1000100 11010 101100100 111010 101111

Color Harmonies of #BD323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD323C

Black with #BD323C

Text Example


Text Example

White with #BD323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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