Html Css Color HEX #BD2D44 Brick Red

📋 copy color: '#BD2D44'

red 189 ◦ green 45 ◦ blue 68

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

Shades of Brick Red #BD2D44

Tints of Brick Red #BD2D44

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 62.58%
G = 14.9%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD2D44 (or 0xBD2D44) is known color: Brick Red. HEX triplet: BD, 2D and 44. RGB value is (189,45,68). Sum of RGB (Red+Green+Blue) = 189+45+68=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D44 is #42D2BB. Grayscale: #5A5A5A. Windows color (decimal): -4379324 or 4468157. OLE color: 4468157.

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

Color convert

RGB 189 45 68 -
CMYK 0 0.76 0.64 0.26
HSL 350.42º 0.62% 0.46% -
HSV(B) 350.42º 0.76% 0.74% -
XYZ 22.97 13.11 6.79 -
YUV 90.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 189 45 68 0 0.76 0.64 0.26 350.42 0.62 0.46
Hex BD 2D 44 0 4C 40 1A 15E 3E 2E
Octal 275 55 104 0 114 100 32 536 76 56
Binary 10111101 101101 1000100 0 1001100 1000000 11010 101011110 111110 101110

Color Harmonies of #BD2D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D44

Black with #BD2D44

Text Example


Text Example

White with #BD2D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D44; }

 p { color: rgb(189,45,68); }

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

background-color css

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

 a { background-color: rgb(189,45,68); }

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

border-color css

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

 span { border-color: rgb(189,45,68); }

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