Html Css Color HEX #BF3430 Persian Red

📋 copy color: '#BF3430'

red 191 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #BF3430

Tints of Persian Red #BF3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 65.64%
G = 17.87%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF3430 (or 0xBF3430) is known color: Persian Red. HEX triplet: BF, 34 and 30. RGB value is (191,52,48). Sum of RGB (Red+Green+Blue) = 191+52+48=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3430 is #40CBCF. Grayscale: #5D5D5D. Windows color (decimal): -4246480 or 3159231. OLE color: 3159231.

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

Color convert

RGB 191 52 48 -
CMYK 0 0.73 0.75 0.25
HSL 1.68º 0.6% 0.47% -
HSV(B) 1.68º 0.75% 0.75% -
XYZ 23.25 13.75 4.22 -
YUV 93.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 191 52 48 0 0.73 0.75 0.25 1.68 0.6 0.47
Hex BF 34 30 0 49 4B 19 2 3C 2F
Octal 277 64 60 0 111 113 31 2 74 57
Binary 10111111 110100 110000 0 1001001 1001011 11001 10 111100 101111

Color Harmonies of #BF3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3430

Black with #BF3430

Text Example


Text Example

White with #BF3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3430; }

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

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

background-color css

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

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

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

border-color css

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

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

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