Html Css Color HEX #BD4135 Medium Carmine

📋 copy color: '#BD4135'

red 189 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #BD4135

Tints of Medium Carmine #BD4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 61.56%
G = 21.17%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD4135 (or 0xBD4135) is known color: Medium Carmine. HEX triplet: BD, 41 and 35. RGB value is (189,65,53). Sum of RGB (Red+Green+Blue) = 189+65+53=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4135 is #42BECA. Grayscale: #646464. Windows color (decimal): -4374219 or 3490237. OLE color: 3490237.

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

Color convert

RGB 189 65 53 -
CMYK 0 0.66 0.72 0.26
HSL 5.29º 0.56% 0.47% -
HSV(B) 5.29º 0.72% 0.74% -
XYZ 23.52 14.86 5 -
YUV 100.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 189 65 53 0 0.66 0.72 0.26 5.29 0.56 0.47
Hex BD 41 35 0 42 48 1A 5 38 2F
Octal 275 101 65 0 102 110 32 5 70 57
Binary 10111101 1000001 110101 0 1000010 1001000 11010 101 111000 101111

Color Harmonies of #BD4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4135

Black with #BD4135

Text Example


Text Example

White with #BD4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4135; }

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

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

background-color css

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

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

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

border-color css

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

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

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