Html Css Color HEX #BF0502 Free Speech Red

📋 copy color: '#BF0502'

red 191 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #BF0502

Tints of Free Speech Red #BF0502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 96.46%
G = 2.53%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF0502 (or 0xBF0502) is known color: Free Speech Red. HEX triplet: BF, 05 and 02. RGB value is (191,5,2). Sum of RGB (Red+Green+Blue) = 191+5+2=198 (26% of max value = 765). Red value is 191 (75% from 255 or 96.46% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0502 is #40FAFD. Grayscale: #3C3C3C. Windows color (decimal): -4258558 or 132543. OLE color: 132543.

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

Color convert

RGB 191 5 2 -
CMYK 0 0.97 0.99 0.25
HSL 0.95º 0.98% 0.38% -
HSV(B) 0.95º 0.99% 0.75% -
XYZ 21.55 11.19 1.08 -
YUV 60.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 191 5 2 0 0.97 0.99 0.25 0.95 0.98 0.38
Hex BF 5 2 0 61 63 19 1 62 26
Octal 277 5 2 0 141 143 31 1 142 46
Binary 10111111 101 10 0 1100001 1100011 11001 1 1100010 100110

Color Harmonies of #BF0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0502

Black with #BF0502

Text Example


Text Example

White with #BF0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0502; }

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

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

background-color css

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

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

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

border-color css

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

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

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