Html Css Color HEX #BD3826 Medium Carmine

📋 copy color: '#BD3826'

red 189 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #BD3826

Tints of Medium Carmine #BD3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 66.78%
G = 19.79%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD3826 (or 0xBD3826) is known color: Medium Carmine. HEX triplet: BD, 38 and 26. RGB value is (189,56,38). Sum of RGB (Red+Green+Blue) = 189+56+38=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3826 is #42C7D9. Grayscale: #5D5D5D. Windows color (decimal): -4376538 or 2504893. OLE color: 2504893.

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

Color convert

RGB 189 56 38 -
CMYK 0 0.70 0.80 0.26
HSL 7.15º 0.67% 0.45% -
HSV(B) 7.15º 0.8% 0.74% -
XYZ 22.75 13.79 3.3 -
YUV 93.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 189 56 38 0 0.70 0.80 0.26 7.15 0.67 0.45
Hex BD 38 26 0 46 50 1A 7 43 2D
Octal 275 70 46 0 106 120 32 7 103 55
Binary 10111101 111000 100110 0 1000110 1010000 11010 111 1000011 101101

Color Harmonies of #BD3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3826

Black with #BD3826

Text Example


Text Example

White with #BD3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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