Html Css Color HEX #BD3F28 Medium Carmine

📋 copy color: '#BD3F28'

red 189 ◦ green 63 ◦ blue 40

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

Shades of Medium Carmine #BD3F28

Tints of Medium Carmine #BD3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 64.73%
G = 21.58%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD3F28 (or 0xBD3F28) is known color: Medium Carmine. HEX triplet: BD, 3F and 28. RGB value is (189,63,40). Sum of RGB (Red+Green+Blue) = 189+63+40=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F28 is #42C0D7. Grayscale: #626262. Windows color (decimal): -4374744 or 2637757. OLE color: 2637757.

HSL color Cylindrical-coordinate representation of color #BD3F28: hue angle of 9.26º 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 #BD3F28 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 40 -
CMYK 0 0.67 0.79 0.26
HSL 9.26º 0.65% 0.45% -
HSV(B) 9.26º 0.79% 0.74% -
XYZ 23.15 14.53 3.59 -
YUV 98.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 189 63 40 0 0.67 0.79 0.26 9.26 0.65 0.45
Hex BD 3F 28 0 43 4F 1A 9 41 2D
Octal 275 77 50 0 103 117 32 11 101 55
Binary 10111101 111111 101000 0 1000011 1001111 11010 1001 1000001 101101

Color Harmonies of #BD3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F28

Black with #BD3F28

Text Example


Text Example

White with #BD3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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