Html Css Color HEX #BF1300 Free Speech Red

📋 copy color: '#BF1300'

red 191 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #BF1300

Tints of Free Speech Red #BF1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 90.95%
G = 9.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF1300 (or 0xBF1300) is known color: Free Speech Red. HEX triplet: BF, 13 and 00. RGB value is (191,19,0). Sum of RGB (Red+Green+Blue) = 191+19+0=210 (27% of max value = 765). Red value is 191 (75% from 255 or 90.95% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1300 is #40ECFF. Grayscale: #444444. Windows color (decimal): -4254976 or 5055. OLE color: 5055.

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

Color convert

RGB 191 19 0 -
CMYK 0 0.90 1 0.25
HSL 5.97º 1% 0.37% -
HSV(B) 5.97º 1% 0.75% -
XYZ 21.72 11.54 1.08 -
YUV 68.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 191 19 0 0 0.90 1 0.25 5.97 1 0.37
Hex BF 13 0 0 5A 64 19 6 64 25
Octal 277 23 0 0 132 144 31 6 144 45
Binary 10111111 10011 0 0 1011010 1100100 11001 110 1100100 100101

Color Harmonies of #BF1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1300

Black with #BF1300

Text Example


Text Example

White with #BF1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1300; }

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

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

background-color css

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

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

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

border-color css

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

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

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