Html Css Color HEX #BF3D45 Brick Red

📋 copy color: '#BF3D45'

red 191 ◦ green 61 ◦ blue 69

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

Shades of Brick Red #BF3D45

Tints of Brick Red #BF3D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 59.5%
G = 19%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF3D45 (or 0xBF3D45) is known color: Brick Red. HEX triplet: BF, 3D and 45. RGB value is (191,61,69). Sum of RGB (Red+Green+Blue) = 191+61+69=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D45 is #40C2BA. Grayscale: #646464. Windows color (decimal): -4244155 or 4537791. OLE color: 4537791.

HSL color Cylindrical-coordinate representation of color #BF3D45: hue angle of 356.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3D45 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 61 69 -
CMYK 0 0.68 0.64 0.25
HSL 356.31º 0.52% 0.49% -
HSV(B) 356.31º 0.68% 0.75% -
XYZ 24.23 14.84 7.22 -
YUV 100.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 191 61 69 0 0.68 0.64 0.25 356.31 0.52 0.49
Hex BF 3D 45 0 44 40 19 164 34 31
Octal 277 75 105 0 104 100 31 544 64 61
Binary 10111111 111101 1000101 0 1000100 1000000 11001 101100100 110100 110001

Color Harmonies of #BF3D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D45

Black with #BF3D45

Text Example


Text Example

White with #BF3D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D45; }

 p { color: rgb(191,61,69); }

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

background-color css

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

 a { background-color: rgb(191,61,69); }

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

border-color css

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

 span { border-color: rgb(191,61,69); }

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