Html Css Color HEX #BD373E Brick Red

📋 copy color: '#BD373E'

red 189 ◦ green 55 ◦ blue 62

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

Shades of Brick Red #BD373E

Tints of Brick Red #BD373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 61.76%
G = 17.97%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD373E (or 0xBD373E) is known color: Brick Red. HEX triplet: BD, 37 and 3E. RGB value is (189,55,62). Sum of RGB (Red+Green+Blue) = 189+55+62=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD373E is #42C8C1. Grayscale: #5F5F5F. Windows color (decimal): -4376770 or 4077501. OLE color: 4077501.

HSL color Cylindrical-coordinate representation of color #BD373E: hue angle of 356.87º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD373E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 55 62 -
CMYK 0 0.71 0.67 0.26
HSL 356.87º 0.55% 0.48% -
HSV(B) 356.87º 0.71% 0.74% -
XYZ 23.22 13.9 6.02 -
YUV 95.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 189 55 62 0 0.71 0.67 0.26 356.87 0.55 0.48
Hex BD 37 3E 0 47 43 1A 165 37 30
Octal 275 67 76 0 107 103 32 545 67 60
Binary 10111101 110111 111110 0 1000111 1000011 11010 101100101 110111 110000

Color Harmonies of #BD373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD373E

Black with #BD373E

Text Example


Text Example

White with #BD373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD373E; }

 p { color: rgb(189,55,62); }

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

background-color css

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

 a { background-color: rgb(189,55,62); }

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

border-color css

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

 span { border-color: rgb(189,55,62); }

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