Html Css Color HEX #BF2B3E Brick Red

📋 copy color: '#BF2B3E'

red 191 ◦ green 43 ◦ blue 62

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

Shades of Brick Red #BF2B3E

Tints of Brick Red #BF2B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.53%

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

R = 64.53%
G = 14.53%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF2B3E (or 0xBF2B3E) is known color: Brick Red. HEX triplet: BF, 2B and 3E. RGB value is (191,43,62). Sum of RGB (Red+Green+Blue) = 191+43+62=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B3E is #40D4C1. Grayscale: #595959. Windows color (decimal): -4248770 or 4074431. OLE color: 4074431.

HSL color Cylindrical-coordinate representation of color #BF2B3E: hue angle of 352.3º 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 #BF2B3E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 43 62 -
CMYK 0 0.77 0.68 0.25
HSL 352.3º 0.63% 0.46% -
HSV(B) 352.3º 0.77% 0.75% -
XYZ 23.22 13.15 5.87 -
YUV 89.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 191 43 62 0 0.77 0.68 0.25 352.3 0.63 0.46
Hex BF 2B 3E 0 4D 44 19 160 3F 2E
Octal 277 53 76 0 115 104 31 540 77 56
Binary 10111111 101011 111110 0 1001101 1000100 11001 101100000 111111 101110

Color Harmonies of #BF2B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B3E

Black with #BF2B3E

Text Example


Text Example

White with #BF2B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B3E; }

 p { color: rgb(191,43,62); }

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

background-color css

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

 a { background-color: rgb(191,43,62); }

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

border-color css

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

 span { border-color: rgb(191,43,62); }

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