Html Css Color HEX #BD2F3E Brick Red

📋 copy color: '#BD2F3E'

red 189 ◦ green 47 ◦ blue 62

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

Shades of Brick Red #BD2F3E

Tints of Brick Red #BD2F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 63.42%
G = 15.77%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD2F3E (or 0xBD2F3E) is known color: Brick Red. HEX triplet: BD, 2F and 3E. RGB value is (189,47,62). Sum of RGB (Red+Green+Blue) = 189+47+62=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F3E is #42D0C1. Grayscale: #5B5B5B. Windows color (decimal): -4378818 or 4075453. OLE color: 4075453.

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

Color convert

RGB 189 47 62 -
CMYK 0 0.75 0.67 0.26
HSL 353.66º 0.6% 0.46% -
HSV(B) 353.66º 0.75% 0.74% -
XYZ 22.87 13.2 5.9 -
YUV 91.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 189 47 62 0 0.75 0.67 0.26 353.66 0.6 0.46
Hex BD 2F 3E 0 4B 43 1A 162 3C 2E
Octal 275 57 76 0 113 103 32 542 74 56
Binary 10111101 101111 111110 0 1001011 1000011 11010 101100010 111100 101110

Color Harmonies of #BD2F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F3E

Black with #BD2F3E

Text Example


Text Example

White with #BD2F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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