Html Css Color HEX #BF1200 Free Speech Red

📋 copy color: '#BF1200'

red 191 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #BF1200

Tints of Free Speech Red #BF1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.39%
G = 8.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF1200 (or 0xBF1200) is known color: Free Speech Red. HEX triplet: BF, 12 and 00. RGB value is (191,18,0). Sum of RGB (Red+Green+Blue) = 191+18+0=209 (27% of max value = 765). Red value is 191 (75% from 255 or 91.39% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1200 is #40EDFF. Grayscale: #434343. Windows color (decimal): -4255232 or 4799. OLE color: 4799.

HSL color Cylindrical-coordinate representation of color #BF1200: hue angle of 5.65º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF1200 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 0 -
CMYK 0 0.91 1 0.25
HSL 5.65º 1% 0.37% -
HSV(B) 5.65º 1% 0.75% -
XYZ 21.7 11.51 1.08 -
YUV 67.68 89.81 215.96 -
System Red Green Blue C M Y K H S L
Decimal 191 18 0 0 0.91 1 0.25 5.65 1 0.37
Hex BF 12 0 0 5B 64 19 6 64 25
Octal 277 22 0 0 133 144 31 6 144 45
Binary 10111111 10010 0 0 1011011 1100100 11001 110 1100100 100101

Color Harmonies of #BF1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1200

Black with #BF1200

Text Example


Text Example

White with #BF1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1200; }

 p { color: rgb(191,18,0); }

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

background-color css

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

 a { background-color: rgb(191,18,0); }

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

border-color css

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

 span { border-color: rgb(191,18,0); }

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