Html Css Color HEX #BF303B Brick Red

📋 copy color: '#BF303B'

red 191 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #BF303B

Tints of Brick Red #BF303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 64.09%
G = 16.11%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF303B (or 0xBF303B) is known color: Brick Red. HEX triplet: BF, 30 and 3B. RGB value is (191,48,59). Sum of RGB (Red+Green+Blue) = 191+48+59=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF303B is #40CFC4. Grayscale: #5C5C5C. Windows color (decimal): -4247493 or 3879103. OLE color: 3879103.

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

Color convert

RGB 191 48 59 -
CMYK 0 0.75 0.69 0.25
HSL 355.38º 0.6% 0.47% -
HSV(B) 355.38º 0.75% 0.75% -
XYZ 23.33 13.51 5.51 -
YUV 92.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 191 48 59 0 0.75 0.69 0.25 355.38 0.6 0.47
Hex BF 30 3B 0 4B 45 19 163 3C 2F
Octal 277 60 73 0 113 105 31 543 74 57
Binary 10111111 110000 111011 0 1001011 1000101 11001 101100011 111100 101111

Color Harmonies of #BF303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF303B

Black with #BF303B

Text Example


Text Example

White with #BF303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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