Html Css Color HEX #BD3D44 Brick Red

📋 copy color: '#BD3D44'

red 189 ◦ green 61 ◦ blue 68

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

Shades of Brick Red #BD3D44

Tints of Brick Red #BD3D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 59.43%
G = 19.18%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD3D44 (or 0xBD3D44) is known color: Brick Red. HEX triplet: BD, 3D and 44. RGB value is (189,61,68). Sum of RGB (Red+Green+Blue) = 189+61+68=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D44 is #42C2BB. Grayscale: #646464. Windows color (decimal): -4375228 or 4472253. OLE color: 4472253.

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

Color convert

RGB 189 61 68 -
CMYK 0 0.68 0.64 0.26
HSL 356.72º 0.51% 0.49% -
HSV(B) 356.72º 0.68% 0.74% -
XYZ 23.7 14.57 7.03 -
YUV 100.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 189 61 68 0 0.68 0.64 0.26 356.72 0.51 0.49
Hex BD 3D 44 0 44 40 1A 165 33 31
Octal 275 75 104 0 104 100 32 545 63 61
Binary 10111101 111101 1000100 0 1000100 1000000 11010 101100101 110011 110001

Color Harmonies of #BD3D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D44

Black with #BD3D44

Text Example


Text Example

White with #BD3D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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