Html Css Color HEX #BF293C Brick Red

📋 copy color: '#BF293C'

red 191 ◦ green 41 ◦ blue 60

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

Shades of Brick Red #BF293C

Tints of Brick Red #BF293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 65.41%
G = 14.04%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF293C (or 0xBF293C) is known color: Brick Red. HEX triplet: BF, 29 and 3C. RGB value is (191,41,60). Sum of RGB (Red+Green+Blue) = 191+41+60=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF293C is #40D6C3. Grayscale: #585858. Windows color (decimal): -4249284 or 3942847. OLE color: 3942847.

HSL color Cylindrical-coordinate representation of color #BF293C: hue angle of 352.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF293C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 41 60 -
CMYK 0 0.79 0.69 0.25
HSL 352.4º 0.65% 0.45% -
HSV(B) 352.4º 0.79% 0.75% -
XYZ 23.09 12.99 5.56 -
YUV 88.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 191 41 60 0 0.79 0.69 0.25 352.4 0.65 0.45
Hex BF 29 3C 0 4F 45 19 160 41 2D
Octal 277 51 74 0 117 105 31 540 101 55
Binary 10111111 101001 111100 0 1001111 1000101 11001 101100000 1000001 101101

Color Harmonies of #BF293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF293C

Black with #BF293C

Text Example


Text Example

White with #BF293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF293C; }

 p { color: rgb(191,41,60); }

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

background-color css

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

 a { background-color: rgb(191,41,60); }

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

border-color css

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

 span { border-color: rgb(191,41,60); }

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