Html Css Color HEX #BF0505 Free Speech Red

📋 copy color: '#BF0505'

red 191 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #BF0505

Tints of Free Speech Red #BF0505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 95.02%
G = 2.49%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF0505 (or 0xBF0505) is known color: Free Speech Red. HEX triplet: BF, 05 and 05. RGB value is (191,5,5). Sum of RGB (Red+Green+Blue) = 191+5+5=201 (26% of max value = 765). Red value is 191 (75% from 255 or 95.02% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0505 is #40FAFA. Grayscale: #3C3C3C. Windows color (decimal): -4258555 or 329151. OLE color: 329151.

HSL color Cylindrical-coordinate representation of color #BF0505: hue angle of 0º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 5 -
CMYK 0 0.97 0.97 0.25
HSL 0.95% 0.38% -
HSV(B) 0.97% 0.75% -
XYZ 21.57 11.2 1.17 -
YUV 60.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 191 5 5 0 0.97 0.97 0.25 0 0.95 0.38
Hex BF 5 5 0 61 61 19 0 5F 26
Octal 277 5 5 0 141 141 31 0 137 46
Binary 10111111 101 101 0 1100001 1100001 11001 0 1011111 100110

Color Harmonies of #BF0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0505

Black with #BF0505

Text Example


Text Example

White with #BF0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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