Html Css Color HEX #BF150C Free Speech Red

📋 copy color: '#BF150C'

red 191 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #BF150C

Tints of Free Speech Red #BF150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 85.27%
G = 9.38%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF150C (or 0xBF150C) is known color: Free Speech Red. HEX triplet: BF, 15 and 0C. RGB value is (191,21,12). Sum of RGB (Red+Green+Blue) = 191+21+12=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF150C is #40EAF3. Grayscale: #474747. Windows color (decimal): -4254452 or 791999. OLE color: 791999.

HSL color Cylindrical-coordinate representation of color #BF150C: hue angle of 3.02º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF150C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 12 -
CMYK 0 0.89 0.94 0.25
HSL 3.02º 0.88% 0.4% -
HSV(B) 3.02º 0.94% 0.75% -
XYZ 21.82 11.64 1.44 -
YUV 70.8 94.82 213.73 -
System Red Green Blue C M Y K H S L
Decimal 191 21 12 0 0.89 0.94 0.25 3.02 0.88 0.4
Hex BF 15 C 0 59 5E 19 3 58 28
Octal 277 25 14 0 131 136 31 3 130 50
Binary 10111111 10101 1100 0 1011001 1011110 11001 11 1011000 101000

Color Harmonies of #BF150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF150C

Black with #BF150C

Text Example


Text Example

White with #BF150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF150C; }

 p { color: rgb(191,21,12); }

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

background-color css

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

 a { background-color: rgb(191,21,12); }

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

border-color css

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

 span { border-color: rgb(191,21,12); }

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