Html Css Color HEX #BF303F Brick Red

📋 copy color: '#BF303F'

red 191 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #BF303F

Tints of Brick Red #BF303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

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

R = 63.25%
G = 15.89%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF303F (or 0xBF303F) is known color: Brick Red. HEX triplet: BF, 30 and 3F. RGB value is (191,48,63). Sum of RGB (Red+Green+Blue) = 191+48+63=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF303F is #40CFC0. Grayscale: #5C5C5C. Windows color (decimal): -4247489 or 4141247. OLE color: 4141247.

HSL color Cylindrical-coordinate representation of color #BF303F: hue angle of 353.71º degrees, saturation: 0.6, 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 #BF303F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 48 63 -
CMYK 0 0.75 0.67 0.25
HSL 353.71º 0.6% 0.47% -
HSV(B) 353.71º 0.75% 0.75% -
XYZ 23.44 13.55 6.08 -
YUV 92.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 191 48 63 0 0.75 0.67 0.25 353.71 0.6 0.47
Hex BF 30 3F 0 4B 43 19 162 3C 2F
Octal 277 60 77 0 113 103 31 542 74 57
Binary 10111111 110000 111111 0 1001011 1000011 11001 101100010 111100 101111

Color Harmonies of #BF303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF303F

Black with #BF303F

Text Example


Text Example

White with #BF303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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