Html Css Color HEX #BD3C25 Medium Carmine

📋 copy color: '#BD3C25'

red 189 ◦ green 60 ◦ blue 37

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

Shades of Medium Carmine #BD3C25

Tints of Medium Carmine #BD3C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 66.08%
G = 20.98%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD3C25 (or 0xBD3C25) is known color: Medium Carmine. HEX triplet: BD, 3C and 25. RGB value is (189,60,37). Sum of RGB (Red+Green+Blue) = 189+60+37=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C25 is #42C3DA. Grayscale: #606060. Windows color (decimal): -4375515 or 2440381. OLE color: 2440381.

HSL color Cylindrical-coordinate representation of color #BD3C25: hue angle of 9.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD3C25 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 37 -
CMYK 0 0.68 0.80 0.26
HSL 9.08º 0.67% 0.44% -
HSV(B) 9.08º 0.8% 0.74% -
XYZ 22.94 14.18 3.28 -
YUV 95.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 189 60 37 0 0.68 0.80 0.26 9.08 0.67 0.44
Hex BD 3C 25 0 44 50 1A 9 43 2C
Octal 275 74 45 0 104 120 32 11 103 54
Binary 10111101 111100 100101 0 1000100 1010000 11010 1001 1000011 101100

Color Harmonies of #BD3C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C25

Black with #BD3C25

Text Example


Text Example

White with #BD3C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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