Html Css Color HEX #BD303C Brick Red

📋 copy color: '#BD303C'

red 189 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #BD303C

Tints of Brick Red #BD303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

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

R = 63.64%
G = 16.16%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD303C (or 0xBD303C) is known color: Brick Red. HEX triplet: BD, 30 and 3C. RGB value is (189,48,60). Sum of RGB (Red+Green+Blue) = 189+48+60=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD303C is #42CFC3. Grayscale: #5B5B5B. Windows color (decimal): -4378564 or 3944637. OLE color: 3944637.

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

Color convert

RGB 189 48 60 -
CMYK 0 0.75 0.68 0.26
HSL 354.89º 0.59% 0.46% -
HSV(B) 354.89º 0.75% 0.74% -
XYZ 22.86 13.26 5.63 -
YUV 91.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 189 48 60 0 0.75 0.68 0.26 354.89 0.59 0.46
Hex BD 30 3C 0 4B 44 1A 163 3B 2E
Octal 275 60 74 0 113 104 32 543 73 56
Binary 10111101 110000 111100 0 1001011 1000100 11010 101100011 111011 101110

Color Harmonies of #BD303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD303C

Black with #BD303C

Text Example


Text Example

White with #BD303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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