Html Css Color HEX #BF0500 Free Speech Red

📋 copy color: '#BF0500'

red 191 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #BF0500

Tints of Free Speech Red #BF0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 97.45%
G = 2.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF0500 (or 0xBF0500) is known color: Free Speech Red. HEX triplet: BF, 05 and 00. RGB value is (191,5,0). Sum of RGB (Red+Green+Blue) = 191+5+0=196 (25% of max value = 765). Red value is 191 (75% from 255 or 97.45% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0500 is #40FAFF. Grayscale: #3C3C3C. Windows color (decimal): -4258560 or 1471. OLE color: 1471.

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

Color convert

RGB 191 5 0 -
CMYK 0 0.97 1 0.25
HSL 1.57º 1% 0.37% -
HSV(B) 1.57º 1% 0.75% -
XYZ 21.54 11.18 1.02 -
YUV 60.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 191 5 0 0 0.97 1 0.25 1.57 1 0.37
Hex BF 5 0 0 61 64 19 2 64 25
Octal 277 5 0 0 141 144 31 2 144 45
Binary 10111111 101 0 0 1100001 1100100 11001 10 1100100 100101

Color Harmonies of #BF0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0500

Black with #BF0500

Text Example


Text Example

White with #BF0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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