Html Css Color HEX #BC2F2B Persian Red

📋 copy color: '#BC2F2B'

red 188 ◦ green 47 ◦ blue 43

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

Shades of Persian Red #BC2F2B

Tints of Persian Red #BC2F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.91%

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 67.63%
G = 16.91%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC2F2B (or 0xBC2F2B) is known color: Persian Red. HEX triplet: BC, 2F and 2B. RGB value is (188,47,43). Sum of RGB (Red+Green+Blue) = 188+47+43=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F2B is #43D0D4. Grayscale: #585858. Windows color (decimal): -4444373 or 2830268. OLE color: 2830268.

HSL color Cylindrical-coordinate representation of color #BC2F2B: hue angle of 1.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2F2B is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 43 -
CMYK 0 0.75 0.77 0.26
HSL 1.66º 0.63% 0.45% -
HSV(B) 1.66º 0.77% 0.74% -
XYZ 22.19 12.9 3.61 -
YUV 88.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 188 47 43 0 0.75 0.77 0.26 1.66 0.63 0.45
Hex BC 2F 2B 0 4B 4D 1A 2 3F 2D
Octal 274 57 53 0 113 115 32 2 77 55
Binary 10111100 101111 101011 0 1001011 1001101 11010 10 111111 101101

Color Harmonies of #BC2F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F2B

Black with #BC2F2B

Text Example


Text Example

White with #BC2F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F2B; }

 p { color: rgb(188,47,43); }

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

background-color css

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

 a { background-color: rgb(188,47,43); }

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

border-color css

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

 span { border-color: rgb(188,47,43); }

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