Html Css Color HEX #BF2C38 Brick Red

📋 copy color: '#BF2C38'

red 191 ◦ green 44 ◦ blue 56

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

Shades of Brick Red #BF2C38

Tints of Brick Red #BF2C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 65.64%
G = 15.12%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF2C38 (or 0xBF2C38) is known color: Brick Red. HEX triplet: BF, 2C and 38. RGB value is (191,44,56). Sum of RGB (Red+Green+Blue) = 191+44+56=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C38 is #40D3C7. Grayscale: #595959. Windows color (decimal): -4248520 or 3681471. OLE color: 3681471.

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

Color convert

RGB 191 44 56 -
CMYK 0 0.77 0.71 0.25
HSL 355.1º 0.63% 0.46% -
HSV(B) 355.1º 0.77% 0.75% -
XYZ 23.1 13.16 5.06 -
YUV 89.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 191 44 56 0 0.77 0.71 0.25 355.1 0.63 0.46
Hex BF 2C 38 0 4D 47 19 163 3F 2E
Octal 277 54 70 0 115 107 31 543 77 56
Binary 10111111 101100 111000 0 1001101 1000111 11001 101100011 111111 101110

Color Harmonies of #BF2C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C38

Black with #BF2C38

Text Example


Text Example

White with #BF2C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C38; }

 p { color: rgb(191,44,56); }

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

background-color css

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

 a { background-color: rgb(191,44,56); }

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

border-color css

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

 span { border-color: rgb(191,44,56); }

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