Html Css Color HEX #BF2F42 Brick Red

📋 copy color: '#BF2F42'

red 191 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #BF2F42

Tints of Brick Red #BF2F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 62.83%
G = 15.46%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF2F42 (or 0xBF2F42) is known color: Brick Red. HEX triplet: BF, 2F and 42. RGB value is (191,47,66). Sum of RGB (Red+Green+Blue) = 191+47+66=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F42 is #40D0BD. Grayscale: #5C5C5C. Windows color (decimal): -4247742 or 4337599. OLE color: 4337599.

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

Color convert

RGB 191 47 66 -
CMYK 0 0.75 0.65 0.25
HSL 352.08º 0.61% 0.47% -
HSV(B) 352.08º 0.75% 0.75% -
XYZ 23.49 13.5 6.52 -
YUV 92.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 191 47 66 0 0.75 0.65 0.25 352.08 0.61 0.47
Hex BF 2F 42 0 4B 41 19 160 3D 2F
Octal 277 57 102 0 113 101 31 540 75 57
Binary 10111111 101111 1000010 0 1001011 1000001 11001 101100000 111101 101111

Color Harmonies of #BF2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F42

Black with #BF2F42

Text Example


Text Example

White with #BF2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F42; }

 p { color: rgb(191,47,66); }

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

background-color css

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

 a { background-color: rgb(191,47,66); }

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

border-color css

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

 span { border-color: rgb(191,47,66); }

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