Html Css Color HEX #BF363F Brick Red

📋 copy color: '#BF363F'

red 191 ◦ green 54 ◦ blue 63

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

Shades of Brick Red #BF363F

Tints of Brick Red #BF363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 62.01%
G = 17.53%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF363F (or 0xBF363F) is known color: Brick Red. HEX triplet: BF, 36 and 3F. RGB value is (191,54,63). Sum of RGB (Red+Green+Blue) = 191+54+63=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF363F is #40C9C0. Grayscale: #606060. Windows color (decimal): -4245953 or 4142783. OLE color: 4142783.

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

Color convert

RGB 191 54 63 -
CMYK 0 0.72 0.67 0.25
HSL 356.06º 0.56% 0.48% -
HSV(B) 356.06º 0.72% 0.75% -
XYZ 23.7 14.07 6.17 -
YUV 95.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 191 54 63 0 0.72 0.67 0.25 356.06 0.56 0.48
Hex BF 36 3F 0 48 43 19 164 38 30
Octal 277 66 77 0 110 103 31 544 70 60
Binary 10111111 110110 111111 0 1001000 1000011 11001 101100100 111000 110000

Color Harmonies of #BF363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF363F

Black with #BF363F

Text Example


Text Example

White with #BF363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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