Html Css Color HEX #BF0C04 Free Speech Red

📋 copy color: '#BF0C04'

red 191 ◦ green 12 ◦ blue 4

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

Shades of Free Speech Red #BF0C04

Tints of Free Speech Red #BF0C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 92.27%
G = 5.8%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF0C04 (or 0xBF0C04) is known color: Free Speech Red. HEX triplet: BF, 0C and 04. RGB value is (191,12,4). Sum of RGB (Red+Green+Blue) = 191+12+4=207 (27% of max value = 765). Red value is 191 (75% from 255 or 92.27% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0C04 is #40F3FB. Grayscale: #404040. Windows color (decimal): -4256764 or 265407. OLE color: 265407.

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

Color convert

RGB 191 12 4 -
CMYK 0 0.94 0.98 0.25
HSL 2.57º 0.96% 0.38% -
HSV(B) 2.57º 0.98% 0.75% -
XYZ 21.64 11.35 1.16 -
YUV 64.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 191 12 4 0 0.94 0.98 0.25 2.57 0.96 0.38
Hex BF C 4 0 5E 62 19 3 60 26
Octal 277 14 4 0 136 142 31 3 140 46
Binary 10111111 1100 100 0 1011110 1100010 11001 11 1100000 100110

Color Harmonies of #BF0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C04

Black with #BF0C04

Text Example


Text Example

White with #BF0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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