Html Css Color HEX #BD3C26 Medium Carmine

📋 copy color: '#BD3C26'

red 189 ◦ green 60 ◦ blue 38

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

Shades of Medium Carmine #BD3C26

Tints of Medium Carmine #BD3C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 65.85%
G = 20.91%
B = 13.24%

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

#BD3C26 (or 0xBD3C26) is known color: Medium Carmine. HEX triplet: BD, 3C and 26. RGB value is (189,60,38). Sum of RGB (Red+Green+Blue) = 189+60+38=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C26 is #42C3D9. Grayscale: #606060. Windows color (decimal): -4375514 or 2505917. OLE color: 2505917.

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

Color convert

RGB 189 60 38 -
CMYK 0 0.68 0.80 0.26
HSL 8.74º 0.67% 0.45% -
HSV(B) 8.74º 0.8% 0.74% -
XYZ 22.95 14.19 3.36 -
YUV 96.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 189 60 38 0 0.68 0.80 0.26 8.74 0.67 0.45
Hex BD 3C 26 0 44 50 1A 9 43 2D
Octal 275 74 46 0 104 120 32 11 103 55
Binary 10111101 111100 100110 0 1000100 1010000 11010 1001 1000011 101101

Color Harmonies of #BD3C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C26

Black with #BD3C26

Text Example


Text Example

White with #BD3C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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