Html Css Color HEX #BD3C28 Medium Carmine

📋 copy color: '#BD3C28'

red 189 ◦ green 60 ◦ blue 40

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

Shades of Medium Carmine #BD3C28

Tints of Medium Carmine #BD3C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 65.4%
G = 20.76%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD3C28 (or 0xBD3C28) is known color: Medium Carmine. HEX triplet: BD, 3C and 28. RGB value is (189,60,40). Sum of RGB (Red+Green+Blue) = 189+60+40=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C28 is #42C3D7. Grayscale: #606060. Windows color (decimal): -4375512 or 2636989. OLE color: 2636989.

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

Color convert

RGB 189 60 40 -
CMYK 0 0.68 0.79 0.26
HSL 8.05º 0.65% 0.45% -
HSV(B) 8.05º 0.79% 0.74% -
XYZ 22.99 14.2 3.54 -
YUV 96.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 189 60 40 0 0.68 0.79 0.26 8.05 0.65 0.45
Hex BD 3C 28 0 44 4F 1A 8 41 2D
Octal 275 74 50 0 104 117 32 10 101 55
Binary 10111101 111100 101000 0 1000100 1001111 11010 1000 1000001 101101

Color Harmonies of #BD3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C28

Black with #BD3C28

Text Example


Text Example

White with #BD3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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