Html Css Color HEX #BF3A26 Persian Red

📋 copy color: '#BF3A26'

red 191 ◦ green 58 ◦ blue 38

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

Shades of Persian Red #BF3A26

Tints of Persian Red #BF3A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 66.55%
G = 20.21%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF3A26 (or 0xBF3A26) is known color: Persian Red. HEX triplet: BF, 3A and 26. RGB value is (191,58,38). Sum of RGB (Red+Green+Blue) = 191+58+38=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A26 is #40C5D9. Grayscale: #5F5F5F. Windows color (decimal): -4244954 or 2505407. OLE color: 2505407.

HSL color Cylindrical-coordinate representation of color #BF3A26: hue angle of 7.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3A26 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 38 -
CMYK 0 0.70 0.80 0.25
HSL 7.84º 0.67% 0.45% -
HSV(B) 7.84º 0.8% 0.75% -
XYZ 23.35 14.24 3.35 -
YUV 95.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 191 58 38 0 0.70 0.80 0.25 7.84 0.67 0.45
Hex BF 3A 26 0 46 50 19 8 43 2D
Octal 277 72 46 0 106 120 31 10 103 55
Binary 10111111 111010 100110 0 1000110 1010000 11001 1000 1000011 101101

Color Harmonies of #BF3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A26

Black with #BF3A26

Text Example


Text Example

White with #BF3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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