Html Css Color HEX #BF0400 Free Speech Red

📋 copy color: '#BF0400'

red 191 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #BF0400

Tints of Free Speech Red #BF0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

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

R = 97.95%
G = 2.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF0400 (or 0xBF0400) is known color: Free Speech Red. HEX triplet: BF, 04 and 00. RGB value is (191,4,0). Sum of RGB (Red+Green+Blue) = 191+4+0=195 (25% of max value = 765). Red value is 191 (75% from 255 or 97.95% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0400 is #40FBFF. Grayscale: #3B3B3B. Windows color (decimal): -4258816 or 1215. OLE color: 1215.

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

Color convert

RGB 191 4 0 -
CMYK 0 0.98 1 0.25
HSL 1.26º 1% 0.37% -
HSV(B) 1.26º 1% 0.75% -
XYZ 21.53 11.16 1.02 -
YUV 59.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 191 4 0 0 0.98 1 0.25 1.26 1 0.37
Hex BF 4 0 0 62 64 19 1 64 25
Octal 277 4 0 0 142 144 31 1 144 45
Binary 10111111 100 0 0 1100010 1100100 11001 1 1100100 100101

Color Harmonies of #BF0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0400

Black with #BF0400

Text Example


Text Example

White with #BF0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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