Html Css Color HEX #BD313B Brick Red

📋 copy color: '#BD313B'

red 189 ◦ green 49 ◦ blue 59

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

Shades of Brick Red #BD313B

Tints of Brick Red #BD313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 63.64%
G = 16.5%
B = 19.87%

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

#BD313B (or 0xBD313B) is known color: Brick Red. HEX triplet: BD, 31 and 3B. RGB value is (189,49,59). Sum of RGB (Red+Green+Blue) = 189+49+59=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD313B is #42CEC4. Grayscale: #5C5C5C. Windows color (decimal): -4378309 or 3879357. OLE color: 3879357.

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

Color convert

RGB 189 49 59 -
CMYK 0 0.74 0.69 0.26
HSL 355.71º 0.59% 0.47% -
HSV(B) 355.71º 0.74% 0.74% -
XYZ 22.87 13.33 5.51 -
YUV 92 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 189 49 59 0 0.74 0.69 0.26 355.71 0.59 0.47
Hex BD 31 3B 0 4A 45 1A 164 3B 2F
Octal 275 61 73 0 112 105 32 544 73 57
Binary 10111101 110001 111011 0 1001010 1000101 11010 101100100 111011 101111

Color Harmonies of #BD313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD313B

Black with #BD313B

Text Example


Text Example

White with #BD313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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