Html Css Color HEX #BF383F Brick Red

📋 copy color: '#BF383F'

red 191 ◦ green 56 ◦ blue 63

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

Shades of Brick Red #BF383F

Tints of Brick Red #BF383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 61.61%
G = 18.06%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF383F (or 0xBF383F) is known color: Brick Red. HEX triplet: BF, 38 and 3F. RGB value is (191,56,63). Sum of RGB (Red+Green+Blue) = 191+56+63=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF383F is #40C7C0. Grayscale: #616161. Windows color (decimal): -4245441 or 4143295. OLE color: 4143295.

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

Color convert

RGB 191 56 63 -
CMYK 0 0.71 0.67 0.25
HSL 356.89º 0.55% 0.48% -
HSV(B) 356.89º 0.71% 0.75% -
XYZ 23.8 14.26 6.2 -
YUV 97.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 191 56 63 0 0.71 0.67 0.25 356.89 0.55 0.48
Hex BF 38 3F 0 47 43 19 165 37 30
Octal 277 70 77 0 107 103 31 545 67 60
Binary 10111111 111000 111111 0 1000111 1000011 11001 101100101 110111 110000

Color Harmonies of #BF383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF383F

Black with #BF383F

Text Example


Text Example

White with #BF383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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