Html Css Color HEX #BD303B Brick Red

📋 copy color: '#BD303B'

red 189 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #BD303B

Tints of Brick Red #BD303B

RGB

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

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

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

R = 63.85%
G = 16.22%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD303B (or 0xBD303B) is known color: Brick Red. HEX triplet: BD, 30 and 3B. RGB value is (189,48,59). Sum of RGB (Red+Green+Blue) = 189+48+59=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD303B is #42CFC4. Grayscale: #5B5B5B. Windows color (decimal): -4378565 or 3879101. OLE color: 3879101.

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

Color convert

RGB 189 48 59 -
CMYK 0 0.75 0.69 0.26
HSL 355.32º 0.59% 0.46% -
HSV(B) 355.32º 0.75% 0.74% -
XYZ 22.83 13.25 5.49 -
YUV 91.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 189 48 59 0 0.75 0.69 0.26 355.32 0.59 0.46
Hex BD 30 3B 0 4B 45 1A 163 3B 2E
Octal 275 60 73 0 113 105 32 543 73 56
Binary 10111101 110000 111011 0 1001011 1000101 11010 101100011 111011 101110

Color Harmonies of #BD303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD303B

Black with #BD303B

Text Example


Text Example

White with #BD303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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