Html Css Color HEX #BF3A43 Brick Red

📋 copy color: '#BF3A43'

red 191 ◦ green 58 ◦ blue 67

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

Shades of Brick Red #BF3A43

Tints of Brick Red #BF3A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 67 (26.56% from 255) = 21.2%

R = 60.44%
G = 18.35%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF3A43 (or 0xBF3A43) is known color: Brick Red. HEX triplet: BF, 3A and 43. RGB value is (191,58,67). Sum of RGB (Red+Green+Blue) = 191+58+67=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A43 is #40C5BC. Grayscale: #626262. Windows color (decimal): -4244925 or 4405951. OLE color: 4405951.

HSL color Cylindrical-coordinate representation of color #BF3A43: hue angle of 355.94º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A43 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 67 -
CMYK 0 0.70 0.65 0.25
HSL 355.94º 0.53% 0.49% -
HSV(B) 355.94º 0.7% 0.75% -
XYZ 24.01 14.51 6.84 -
YUV 98.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 191 58 67 0 0.70 0.65 0.25 355.94 0.53 0.49
Hex BF 3A 43 0 46 41 19 164 35 31
Octal 277 72 103 0 106 101 31 544 65 61
Binary 10111111 111010 1000011 0 1000110 1000001 11001 101100100 110101 110001

Color Harmonies of #BF3A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A43

Black with #BF3A43

Text Example


Text Example

White with #BF3A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A43; }

 p { color: rgb(191,58,67); }

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

background-color css

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

 a { background-color: rgb(191,58,67); }

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

border-color css

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

 span { border-color: rgb(191,58,67); }

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