Html Css Color HEX #BF2A3F Brick Red

📋 copy color: '#BF2A3F'

red 191 ◦ green 42 ◦ blue 63

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

Shades of Brick Red #BF2A3F

Tints of Brick Red #BF2A3F

RGB

 RED value IS 191 (75% from 255) = 64.53%

 GREEN value IS 42 (16.8% from 255) = 14.19%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 64.53%
G = 14.19%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF2A3F (or 0xBF2A3F) is known color: Brick Red. HEX triplet: BF, 2A and 3F. RGB value is (191,42,63). Sum of RGB (Red+Green+Blue) = 191+42+63=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A3F is #40D5C0. Grayscale: #595959. Windows color (decimal): -4249025 or 4139711. OLE color: 4139711.

HSL color Cylindrical-coordinate representation of color #BF2A3F: hue angle of 351.54º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A3F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 42 63 -
CMYK 0 0.78 0.67 0.25
HSL 351.54º 0.64% 0.46% -
HSV(B) 351.54º 0.78% 0.75% -
XYZ 23.21 13.09 6.01 -
YUV 88.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 191 42 63 0 0.78 0.67 0.25 351.54 0.64 0.46
Hex BF 2A 3F 0 4E 43 19 160 40 2E
Octal 277 52 77 0 116 103 31 540 100 56
Binary 10111111 101010 111111 0 1001110 1000011 11001 101100000 1000000 101110

Color Harmonies of #BF2A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A3F

Black with #BF2A3F

Text Example


Text Example

White with #BF2A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A3F; }

 p { color: rgb(191,42,63); }

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

background-color css

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

 a { background-color: rgb(191,42,63); }

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

border-color css

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

 span { border-color: rgb(191,42,63); }

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