Html Css Color HEX #BD2C3C Brick Red

📋 copy color: '#BD2C3C'

red 189 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #BD2C3C

Tints of Brick Red #BD2C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 64.51%
G = 15.02%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD2C3C (or 0xBD2C3C) is known color: Brick Red. HEX triplet: BD, 2C and 3C. RGB value is (189,44,60). Sum of RGB (Red+Green+Blue) = 189+44+60=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C3C is #42D3C3. Grayscale: #595959. Windows color (decimal): -4379588 or 3943613. OLE color: 3943613.

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

Color convert

RGB 189 44 60 -
CMYK 0 0.77 0.68 0.26
HSL 353.38º 0.62% 0.46% -
HSV(B) 353.38º 0.77% 0.74% -
XYZ 22.7 12.95 5.58 -
YUV 89.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 189 44 60 0 0.77 0.68 0.26 353.38 0.62 0.46
Hex BD 2C 3C 0 4D 44 1A 161 3E 2E
Octal 275 54 74 0 115 104 32 541 76 56
Binary 10111101 101100 111100 0 1001101 1000100 11010 101100001 111110 101110

Color Harmonies of #BD2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C3C

Black with #BD2C3C

Text Example


Text Example

White with #BD2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C3C; }

 p { color: rgb(189,44,60); }

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

background-color css

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

 a { background-color: rgb(189,44,60); }

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

border-color css

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

 span { border-color: rgb(189,44,60); }

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