Html Css Color HEX #BD2F41 Brick Red

📋 copy color: '#BD2F41'

red 189 ◦ green 47 ◦ blue 65

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

Shades of Brick Red #BD2F41

Tints of Brick Red #BD2F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.61%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 62.79%
G = 15.61%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD2F41 (or 0xBD2F41) is known color: Brick Red. HEX triplet: BD, 2F and 41. RGB value is (189,47,65). Sum of RGB (Red+Green+Blue) = 189+47+65=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F41 is #42D0BE. Grayscale: #5B5B5B. Windows color (decimal): -4378815 or 4272061. OLE color: 4272061.

HSL color Cylindrical-coordinate representation of color #BD2F41: hue angle of 352.39º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F41 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 65 -
CMYK 0 0.75 0.66 0.26
HSL 352.39º 0.6% 0.46% -
HSV(B) 352.39º 0.75% 0.74% -
XYZ 22.96 13.23 6.35 -
YUV 91.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 189 47 65 0 0.75 0.66 0.26 352.39 0.6 0.46
Hex BD 2F 41 0 4B 42 1A 160 3C 2E
Octal 275 57 101 0 113 102 32 540 74 56
Binary 10111101 101111 1000001 0 1001011 1000010 11010 101100000 111100 101110

Color Harmonies of #BD2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F41

Black with #BD2F41

Text Example


Text Example

White with #BD2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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