Html Css Color HEX #BD3A27 Medium Carmine

📋 copy color: '#BD3A27'

red 189 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #BD3A27

Tints of Medium Carmine #BD3A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 66.08%
G = 20.28%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD3A27 (or 0xBD3A27) is known color: Medium Carmine. HEX triplet: BD, 3A and 27. RGB value is (189,58,39). Sum of RGB (Red+Green+Blue) = 189+58+39=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A27 is #42C5D8. Grayscale: #5F5F5F. Windows color (decimal): -4376025 or 2570941. OLE color: 2570941.

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

Color convert

RGB 189 58 39 -
CMYK 0 0.69 0.79 0.26
HSL 7.6º 0.66% 0.45% -
HSV(B) 7.6º 0.79% 0.74% -
XYZ 22.87 13.99 3.41 -
YUV 95 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 189 58 39 0 0.69 0.79 0.26 7.6 0.66 0.45
Hex BD 3A 27 0 45 4F 1A 8 42 2D
Octal 275 72 47 0 105 117 32 10 102 55
Binary 10111101 111010 100111 0 1000101 1001111 11010 1000 1000010 101101

Color Harmonies of #BD3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A27

Black with #BD3A27

Text Example


Text Example

White with #BD3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A27; }

 p { color: rgb(189,58,39); }

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

background-color css

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

 a { background-color: rgb(189,58,39); }

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

border-color css

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

 span { border-color: rgb(189,58,39); }

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