Html Css Color HEX #BF1B00 Free Speech Red

📋 copy color: '#BF1B00'

red 191 ◦ green 27 ◦ blue 0

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

Shades of Free Speech Red #BF1B00

Tints of Free Speech Red #BF1B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.39%

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

R = 87.61%
G = 12.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF1B00 (or 0xBF1B00) is known color: Free Speech Red. HEX triplet: BF, 1B and 00. RGB value is (191,27,0). Sum of RGB (Red+Green+Blue) = 191+27+0=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1B00 is #40E4FF. Grayscale: #494949. Windows color (decimal): -4252928 or 7103. OLE color: 7103.

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

Color convert

RGB 191 27 0 -
CMYK 0 0.86 1 0.25
HSL 8.48º 1% 0.37% -
HSV(B) 8.48º 1% 0.75% -
XYZ 21.88 11.86 1.14 -
YUV 72.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 191 27 0 0 0.86 1 0.25 8.48 1 0.37
Hex BF 1B 0 0 56 64 19 8 64 25
Octal 277 33 0 0 126 144 31 10 144 45
Binary 10111111 11011 0 0 1010110 1100100 11001 1000 1100100 100101

Color Harmonies of #BF1B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1B00

Black with #BF1B00

Text Example


Text Example

White with #BF1B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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