Html Css Color HEX #BC3430 Persian Red

📋 copy color: '#BC3430'

red 188 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #BC3430

Tints of Persian Red #BC3430

RGB

 RED value IS 188 (73.83% from 255) = 65.28%

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

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

R = 65.28%
G = 18.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC3430 (or 0xBC3430) is known color: Persian Red. HEX triplet: BC, 34 and 30. RGB value is (188,52,48). Sum of RGB (Red+Green+Blue) = 188+52+48=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3430 is #43CBCF. Grayscale: #5C5C5C. Windows color (decimal): -4443088 or 3159228. OLE color: 3159228.

HSL color Cylindrical-coordinate representation of color #BC3430: hue angle of 1.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3430 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 48 -
CMYK 0 0.72 0.74 0.26
HSL 1.71º 0.59% 0.46% -
HSV(B) 1.71º 0.74% 0.74% -
XYZ 22.5 13.36 4.19 -
YUV 92.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 188 52 48 0 0.72 0.74 0.26 1.71 0.59 0.46
Hex BC 34 30 0 48 4A 1A 2 3B 2E
Octal 274 64 60 0 110 112 32 2 73 56
Binary 10111100 110100 110000 0 1001000 1001010 11010 10 111011 101110

Color Harmonies of #BC3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3430

Black with #BC3430

Text Example


Text Example

White with #BC3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3430; }

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

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

background-color css

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

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

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

border-color css

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

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

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