Html Css Color HEX #BD3C35 Medium Carmine

📋 copy color: '#BD3C35'

red 189 ◦ green 60 ◦ blue 53

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

Shades of Medium Carmine #BD3C35

Tints of Medium Carmine #BD3C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 62.58%
G = 19.87%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD3C35 (or 0xBD3C35) is known color: Medium Carmine. HEX triplet: BD, 3C and 35. RGB value is (189,60,53). Sum of RGB (Red+Green+Blue) = 189+60+53=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C35 is #42C3CA. Grayscale: #616161. Windows color (decimal): -4375499 or 3488957. OLE color: 3488957.

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

Color convert

RGB 189 60 53 -
CMYK 0 0.68 0.72 0.26
HSL 3.09º 0.56% 0.47% -
HSV(B) 3.09º 0.72% 0.74% -
XYZ 23.24 14.31 4.9 -
YUV 97.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 189 60 53 0 0.68 0.72 0.26 3.09 0.56 0.47
Hex BD 3C 35 0 44 48 1A 3 38 2F
Octal 275 74 65 0 104 110 32 3 70 57
Binary 10111101 111100 110101 0 1000100 1001000 11010 11 111000 101111

Color Harmonies of #BD3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C35

Black with #BD3C35

Text Example


Text Example

White with #BD3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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