Html Css Color HEX #BF0200 Free Speech Red

📋 copy color: '#BF0200'

red 191 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #BF0200

Tints of Free Speech Red #BF0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 98.96%
G = 1.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF0200 (or 0xBF0200) is known color: Free Speech Red. HEX triplet: BF, 02 and 00. RGB value is (191,2,0). Sum of RGB (Red+Green+Blue) = 191+2+0=193 (25% of max value = 765). Red value is 191 (75% from 255 or 98.96% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0200 is #40FDFF. Grayscale: #3A3A3A. Windows color (decimal): -4259328 or 703. OLE color: 703.

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

Color convert

RGB 191 2 0 -
CMYK 0 0.99 1 0.25
HSL 0.63º 1% 0.37% -
HSV(B) 0.63º 1% 0.75% -
XYZ 21.51 11.12 1.01 -
YUV 58.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 191 2 0 0 0.99 1 0.25 0.63 1 0.37
Hex BF 2 0 0 63 64 19 1 64 25
Octal 277 2 0 0 143 144 31 1 144 45
Binary 10111111 10 0 0 1100011 1100100 11001 1 1100100 100101

Color Harmonies of #BF0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0200

Black with #BF0200

Text Example


Text Example

White with #BF0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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